comparison tests/test-bundle.t @ 15991:85ec8036d0b9 stable

bundle: display info about secret changets while no sharable changeset found
author Alain Leufroy <alain.leufroyATgmailMYDOTcom>
date Wed, 25 Jan 2012 19:05:16 +0100
parents 117f9190c1ba
children 0b05e0bfdc1c
comparison
equal deleted inserted replaced
15990:76630fbbf4fa 15991:85ec8036d0b9
37 checking files 37 checking files
38 4 files, 9 changesets, 7 total revisions 38 4 files, 9 changesets, 7 total revisions
39 $ cd .. 39 $ cd ..
40 $ hg init empty 40 $ hg init empty
41 41
42 Bundle and phase
43
44 $ hg -R test phase --force --secret 0
45 $ hg -R test bundle phase.hg empty
46 searching for changes
47 no changes found but 9 secret changesets
48 [1]
49 $ hg -R test phase --draft -r 'head()'
50
42 Bundle --all 51 Bundle --all
43 52
44 $ hg -R test bundle --all all.hg 53 $ hg -R test bundle --all all.hg
45 9 changesets found 54 9 changesets found
46 55