comparison tests/test-infinitepush-bundlestore.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 91b717e2cafa
children d7304434390f
comparison
equal deleted inserted replaced
39479:3ba87d5b9ad3 39480:89630d0b3e23
75 searching for changes 75 searching for changes
76 adding changesets 76 adding changesets
77 adding manifests 77 adding manifests
78 adding file changes 78 adding file changes
79 added 1 changesets with 1 changes to 1 files 79 added 1 changesets with 1 changes to 1 files
80 new changesets 20759b6926ce 80 new changesets 20759b6926ce (1 drafts)
81 (run 'hg update' to get a working copy) 81 (run 'hg update' to get a working copy)
82 $ hg log -G 82 $ hg log -G
83 o changeset: 1:20759b6926ce 83 o changeset: 1:20759b6926ce
84 | bookmark: scratch/mybranch 84 | bookmark: scratch/mybranch
85 | tag: tip 85 | tag: tip
168 adding changesets 168 adding changesets
169 adding manifests 169 adding manifests
170 adding file changes 170 adding file changes
171 added 1 changesets with 1 changes to 2 files 171 added 1 changesets with 1 changes to 2 files
172 adding remote bookmark newbook 172 adding remote bookmark newbook
173 new changesets 1de1d7d92f89 173 new changesets 1de1d7d92f89 (1 drafts)
174 (run 'hg update' to get a working copy) 174 (run 'hg update' to get a working copy)
175 $ hg log -G -T '{desc} {phase} {bookmarks}' 175 $ hg log -G -T '{desc} {phase} {bookmarks}'
176 o new scratch commit draft scratch/mybranch 176 o new scratch commit draft scratch/mybranch
177 | 177 |
178 | @ newcommit public 178 | @ newcommit public