comparison tests/test-rebase-named-branches.t @ 39480:89630d0b3e23

phase: report number of non-public changeset alongside the new range When interacting with non-publishing repository or bundle, it is useful to have some information about the phase of the changeset we just pulled. This changeset updates the "new changesets MIN:MAX" output to also includes phases information for non-public changesets. Displaying extra data about non-public changesets means the output for exchange with publishing repository (the default) is unaffected.
author Boris Feld <boris.feld@octobus.net>
date Thu, 30 Aug 2018 01:53:21 +0200
parents 4441705b7111
children 09680349cc2d
comparison
equal deleted inserted replaced
39479:3ba87d5b9ad3 39480:89630d0b3e23
14 $ hg unbundle "$TESTDIR/bundles/rebase.hg" 14 $ hg unbundle "$TESTDIR/bundles/rebase.hg"
15 adding changesets 15 adding changesets
16 adding manifests 16 adding manifests
17 adding file changes 17 adding file changes
18 added 8 changesets with 7 changes to 7 files (+2 heads) 18 added 8 changesets with 7 changes to 7 files (+2 heads)
19 new changesets cd010b8cd998:02de42196ebe 19 new changesets cd010b8cd998:02de42196ebe (8 drafts)
20 (run 'hg heads' to see heads, 'hg merge' to merge) 20 (run 'hg heads' to see heads, 'hg merge' to merge)
21 $ hg up tip 21 $ hg up tip
22 3 files updated, 0 files merged, 0 files removed, 0 files unresolved 22 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
23 $ cd .. 23 $ cd ..
24 24