tests/test-obsolete-bundle-strip.t
changeset 49332 d89bfc075289
parent 49331 1b04d5213d0f
child 49335 04cdb442a892
equal deleted inserted replaced
49331:1b04d5213d0f 49332:d89bfc075289
  1492   $ hg debugbundle bundle-type-with-obs --part-type obsmarkers
  1492   $ hg debugbundle bundle-type-with-obs --part-type obsmarkers
  1493   Stream params: {Compression: BZ}
  1493   Stream params: {Compression: BZ}
  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   $ hg bundle -R repo-with-obs --type 'v2;obsolescence=yes;obsolescence-mandatory=no' --all --hidden bundle-type-with-obs-adv
       
  1499   1 changesets found
       
  1500   $ hg debugbundle bundle-type-with-obs-adv --part-type obsmarkers
       
  1501   Stream params: {Compression: BZ}
       
  1502   obsmarkers -- {} (mandatory: False)
       
  1503       version: 1 (50 bytes)
       
  1504       1ea73414a91b0920940797d8fc6a11e447f8ea1e 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'}
  1497   $ hg bundle -R repo-with-obs --type 'v2;obsolescence=no' --all --hidden bundle-type-without-obs
  1505   $ hg bundle -R repo-with-obs --type 'v2;obsolescence=no' --all --hidden bundle-type-without-obs
  1498   1 changesets found
  1506   1 changesets found
  1499   $ hg debugbundle bundle-type-without-obs --part-type obsmarkers
  1507   $ hg debugbundle bundle-type-without-obs --part-type obsmarkers
  1500   Stream params: {Compression: BZ}
  1508   Stream params: {Compression: BZ}
  1501 
  1509