Mercurial > hgsubversion
comparison 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 |
comparison
equal
deleted
inserted
replaced
118:a0401f6e14dd | 119:ea65fe2b0856 |
---|---|
35 svn ci -m "add b to branch2" | 35 svn ci -m "add b to branch2" |
36 # Add a file in the branch root for fun | 36 # Add a file in the branch root for fun |
37 echo c > c | 37 echo c > c |
38 svn add c | 38 svn add c |
39 svn ci -m "add c in branches/" | 39 svn ci -m "add c in branches/" |
40 # Even update it | |
41 echo c >> c | |
42 svn ci -m "change c" | |
40 cd ../.. | 43 cd ../.. |
41 | 44 |
42 svnadmin dump testrepo > ../unrelatedbranch.svndump | 45 svnadmin dump testrepo > ../unrelatedbranch.svndump |