##// END OF EJS Templates
bundlespec: test that parameter overwrite the local config...
marmoute -
r50223:aaa7df69 default
parent child Browse files
Show More
@@ -1494,3 +1494,14 b' Test bundlespec overwrite default'
1494 obsmarkers -- {} (mandatory: True)
1494 obsmarkers -- {} (mandatory: True)
1495 version: 1 (50 bytes)
1495 version: 1 (50 bytes)
1496 1ea73414a91b0920940797d8fc6a11e447f8ea1e 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'}
1496 1ea73414a91b0920940797d8fc6a11e447f8ea1e 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'}
1497
1498 Test bundlespec overwrite local config
1499 --------------------------------------
1500
1501 $ hg bundle -R repo-with-obs --config experimental.evolution.bundle-obsmarker=false --type 'v2;obsolescence=yes' --all --hidden bundle-type-with-obs2
1502 1 changesets found
1503 $ hg debugbundle bundle-type-with-obs2 --part-type obsmarkers
1504 Stream params: {Compression: BZ}
1505 obsmarkers -- {} (mandatory: True)
1506 version: 1 (50 bytes)
1507 1ea73414a91b0920940797d8fc6a11e447f8ea1e 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'}
General Comments 0
You need to be logged in to leave comments. Login now