##// END OF EJS Templates
bundlespec: test if the "obsolete=" parameter is read...
marmoute -
r50219:61ba0469 default
parent child Browse files
Show More
@@ -1477,3 +1477,20 b' Test that advisory obsolescence markers '
1477 added 1 changesets with 0 changes to 0 files
1477 added 1 changesets with 0 changes to 0 files
1478 new changesets 1ea73414a91b (1 drafts)
1478 new changesets 1ea73414a91b (1 drafts)
1479 (run 'hg update' to get a working copy)
1479 (run 'hg update' to get a working copy)
1480 $ cd ..
1481
1482 Test bundlespec overwrite default
1483 ---------------------------------
1484
1485 # move back to the default
1486
1487 $ grep -v evolution.bundle-obsmarker $HGRCPATH > a
1488 $ mv a $HGRCPATH
1489
1490 $ hg bundle -R repo-with-obs --type 'v2;obsolescence=yes' --all --hidden bundle-type-with-obs
1491 1 changesets found
1492 $ hg debugbundle bundle-type-with-obs --part-type obsmarkers
1493 Stream params: {Compression: BZ}
1494 obsmarkers -- {} (mandatory: True) (missing-correct-output !)
1495 version: 1 (50 bytes) (missing-correct-output !)
1496 1ea73414a91b0920940797d8fc6a11e447f8ea1e 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} (missing-correct-output !)
General Comments 0
You need to be logged in to leave comments. Login now