##// END OF EJS Templates
config: rename stabilization.bundle-obsmarker...
Boris Feld -
r34870:19654811 default
parent child Browse files
Show More
@@ -18,7 +18,7 b' Config setup'
18 > evolution=true
18 > evolution=true
19 >
19 >
20 > # include obsmarkers in bundle
20 > # include obsmarkers in bundle
21 > stabilization.bundle-obsmarker = yes
21 > evolution.bundle-obsmarker = yes
22 >
22 >
23 > [extensions]
23 > [extensions]
24 > # needed for some tests
24 > # needed for some tests
@@ -88,7 +88,7 b' check that bundle is not affected'
88
88
89 check-that bundle can contain markers:
89 check-that bundle can contain markers:
90
90
91 $ hg bundle --hidden --rev f89bcc95eba5 --base "f89bcc95eba5^" ../f89bcc95eba5-obs.hg --config experimental.stabilization.bundle-obsmarker=1
91 $ hg bundle --hidden --rev f89bcc95eba5 --base "f89bcc95eba5^" ../f89bcc95eba5-obs.hg --config experimental.evolution.bundle-obsmarker=1
92 1 changesets found
92 1 changesets found
93 $ hg debugbundle ../f89bcc95eba5.hg
93 $ hg debugbundle ../f89bcc95eba5.hg
94 Stream params: {Compression: BZ}
94 Stream params: {Compression: BZ}
General Comments 0
You need to be logged in to leave comments. Login now