comparison tests/test-manifest.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 ece3f2d0bbd9
children 70d2d47314e5
comparison
equal deleted inserted replaced
39479:3ba87d5b9ad3 39480:89630d0b3e23
13 $ hg unbundle "$TESTDIR/bundles/test-manifest.hg" 13 $ hg unbundle "$TESTDIR/bundles/test-manifest.hg"
14 adding changesets 14 adding changesets
15 adding manifests 15 adding manifests
16 adding file changes 16 adding file changes
17 added 2 changesets with 3 changes to 3 files 17 added 2 changesets with 3 changes to 3 files
18 new changesets b73562a03cfe:5bdc995175ba 18 new changesets b73562a03cfe:5bdc995175ba (2 drafts)
19 (run 'hg update' to get a working copy) 19 (run 'hg update' to get a working copy)
20 20
21 The next call is expected to return nothing: 21 The next call is expected to return nothing:
22 22
23 $ hg manifest 23 $ hg manifest