diff --git a/tests/test-writecg2.t b/tests/test-writecg2.t index 30632a8d32..c91fb613b4 100644 --- a/tests/test-writecg2.t +++ b/tests/test-writecg2.t @@ -36,7 +36,7 @@ a strip bundle should be changegroup2 0 files updated, 0 files merged, 2 files removed, 0 files unresolved saved backup bundle to $TESTTMP/repo/.hg/strip-backup/0e067c57feba-3c242e3d-backup.hg (glob) $ head -c 6 .hg/strip-backup/0e067c57feba-3c242e3d-backup.hg - HG10BZ (no-eol) + HG20\x00\x00 (no-eol) (esc) applying bundle1 should continue to work $ hg unbundle ../bundle.bundle @@ -71,7 +71,7 @@ applying bundle1 should continue to work $ hg strip 1 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/0e067c57feba-3c242e3d-backup.hg (glob) $ head -c 6 .hg/strip-backup/0e067c57feba-3c242e3d-backup.hg - HG10BZ (no-eol) + HG20\x00\x00 (no-eol) (esc) hg incoming on a changegroup2 should work $ hg incoming .hg/strip-backup/0e067c57feba-3c242e3d-backup.hg --traceback @@ -100,7 +100,7 @@ applying a changegroup2 should work via unbundle $ hg strip 1 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/0e067c57feba-3c242e3d-backup.hg (glob) $ head -c 6 .hg/strip-backup/0e067c57feba-3c242e3d-backup.hg - HG10BZ (no-eol) + HG20\x00\x00 (no-eol) (esc) $ hg pull .hg/strip-backup/0e067c57feba-3c242e3d-backup.hg pulling from .hg/strip-backup/0e067c57feba-3c242e3d-backup.hg searching for changes @@ -116,7 +116,7 @@ amends should also be cg2 $ touch d && hg add d && hg ci --amend -mcd saved backup bundle to $TESTTMP/repo/.hg/strip-backup/991a3460af53-046ba7e5-amend-backup.hg (glob) $ head -c 6 .hg/strip-backup/991a3460af53-046ba7e5-amend-backup.hg - HG10BZ (no-eol) + HG20\x00\x00 (no-eol) (esc) turn on bundle2 $ cat >> $HGRCPATH <