Mercurial > public > mercurial-scm > hg
diff tests/test-bundle @ 6128:b3286a92f4bc
bundlerepo: test exposing inconsistency of parsed and internal name (issue #821)
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Sun, 10 Feb 2008 08:52:50 +0100 |
parents | da72b4d24797 |
children | 73b1de288801 |
line wrap: on
line diff
--- a/tests/test-bundle Fri Feb 15 23:38:18 2008 -0200 +++ b/tests/test-bundle Sun Feb 10 08:52:50 2008 +0100 @@ -70,7 +70,14 @@ #doesn't work (yet ?) #hg -R bundle://../full.hg verify hg pull bundle://../full.hg +echo "====== Rollback empty" +hg rollback cd .. +echo "====== Log -R bundle:empty+full.hg" +hg -R bundle:empty+full.hg log --template="{rev} " +echo "" +echo "====== Pull full.hg into empty again (using -R; with hook)" +hg -R empty pull full.hg echo "====== Create partial clones" rm -r empty