Mercurial > hg-stable
comparison tests/test-histedit-commute.t @ 39497: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 | a51541681b8d |
children | 11c076786d56 |
comparison
equal
deleted
inserted
replaced
39496:3ba87d5b9ad3 | 39497:89630d0b3e23 |
---|---|
362 $ hg unbundle $BUNDLE | 362 $ hg unbundle $BUNDLE |
363 adding changesets | 363 adding changesets |
364 adding manifests | 364 adding manifests |
365 adding file changes | 365 adding file changes |
366 added 3 changesets with 3 changes to 1 files | 366 added 3 changesets with 3 changes to 1 files |
367 new changesets 141947992243:bd22688093b3 | 367 new changesets 141947992243:bd22688093b3 (3 drafts) |
368 (run 'hg update' to get a working copy) | 368 (run 'hg update' to get a working copy) |
369 $ hg co tip | 369 $ hg co tip |
370 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | 370 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
371 $ hg log --graph | 371 $ hg log --graph |
372 @ changeset: 2:bd22688093b3 | 372 @ changeset: 2:bd22688093b3 |