##// END OF EJS Templates
test: use generaldelta in 'test-strip.t'...
Pierre-Yves David -
r26929:e8e78a3d default
parent child Browse files
Show More
@@ -1,3 +1,5 b''
1 $ echo "[format]" >> $HGRCPATH
2 $ echo "usegeneraldelta=yes" >> $HGRCPATH
1 $ echo "[extensions]" >> $HGRCPATH
3 $ echo "[extensions]" >> $HGRCPATH
2 $ echo "strip=" >> $HGRCPATH
4 $ echo "strip=" >> $HGRCPATH
3
5
@@ -208,7 +210,9 b''
208 summary: b
210 summary: b
209
211
210 $ hg debugbundle .hg/strip-backup/*
212 $ hg debugbundle .hg/strip-backup/*
211 264128213d290d868c54642d13aeaa3675551a78
213 Stream params: {'Compression': 'BZ'}
214 changegroup -- "{'version': '02'}"
215 264128213d290d868c54642d13aeaa3675551a78
212 $ hg pull .hg/strip-backup/*
216 $ hg pull .hg/strip-backup/*
213 pulling from .hg/strip-backup/264128213d29-0b39d6bf-backup.hg
217 pulling from .hg/strip-backup/264128213d29-0b39d6bf-backup.hg
214 searching for changes
218 searching for changes
@@ -751,6 +755,8 b' check strip behavior'
751 list of changesets:
755 list of changesets:
752 6625a516847449b6f0fa3737b9ba56e9f0f3032c
756 6625a516847449b6f0fa3737b9ba56e9f0f3032c
753 d8db9d1372214336d2b5570f20ee468d2c72fa8b
757 d8db9d1372214336d2b5570f20ee468d2c72fa8b
758 bundle2-output-bundle: "HG20", (1 params) 1 parts total
759 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
754 saved backup bundle to $TESTTMP/issue4736/.hg/strip-backup/6625a5168474-345bb43d-backup.hg (glob)
760 saved backup bundle to $TESTTMP/issue4736/.hg/strip-backup/6625a5168474-345bb43d-backup.hg (glob)
755 invalid branchheads cache (served): tip differs
761 invalid branchheads cache (served): tip differs
756 truncating cache/rbc-revs-v1 to 24
762 truncating cache/rbc-revs-v1 to 24
General Comments 0
You need to be logged in to leave comments. Login now