Mercurial > hgsubversion
diff tests/fixtures/commit-to-tag.sh @ 449:bda5b47ad2a2
tags: handle editing a tag and its source branch simultaneously
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 23 Jun 2009 22:15:20 -0500 |
parents | 0d3b5acb1d51 |
children | 7ca49177991a |
line wrap: on
line diff
--- a/tests/fixtures/commit-to-tag.sh +++ b/tests/fixtures/commit-to-tag.sh @@ -39,6 +39,13 @@ for a in omega; do svn ci -m "Add file $a" done cd ../.. +svn up +svn cp $REPOPATH/branches/magic $REPOPATH/tags/also-edit -m 'Make tag to edit' +svn up + +echo not omega > branches/magic/omega +echo not omega > tags/also-edit/omega +svn ci -m 'edit both the tag and its source branch at the same time' cd ../.. svnadmin dump temp/repo > commit-to-tag.svndump