diff tests/fixtures/unrelatedbranch.sh @ 119:ea65fe2b0856

hg_delta_editor: fix update of stray files in branches/ Ensure that self.current_file is a non-empty path in a branch.
author Patrick Mezard <pmezard@gmail.com>
date Sat, 29 Nov 2008 11:25:01 -0600
parents a0401f6e14dd
children
line wrap: on
line diff
--- a/tests/fixtures/unrelatedbranch.sh
+++ b/tests/fixtures/unrelatedbranch.sh
@@ -37,6 +37,9 @@ svn ci -m "add b to branch2"
 echo c > c
 svn add c
 svn ci -m "add c in branches/"
+# Even update it
+echo c >> c
+svn ci -m "change c"
 cd ../..
 
 svnadmin dump testrepo > ../unrelatedbranch.svndump