comparison tests/test-evolve-list.t @ 2855:1db0137297f4

warning: rename bumped warning message bumped has been renamed into phasedivergent. Update the warning message when new phasedivergent changesets are detected. Renaming done according to https://www.mercurial-scm.org/wiki/CEDVocabulary
author Boris Feld <boris.feld@octobus.net>
date Thu, 24 Aug 2017 09:11:54 +0200
parents 66796d7b5415
children f6517779a7c4
comparison
equal deleted inserted replaced
2854:66796d7b5415 2855:1db0137297f4
32 $ cd r3 32 $ cd r3
33 $ echo a > a && hg ci -Am a 33 $ echo a > a && hg ci -Am a
34 adding a 34 adding a
35 $ echo b > b && hg ci --amend -m ab 35 $ echo b > b && hg ci --amend -m ab
36 $ hg phase --public --rev 0 --hidden 36 $ hg phase --public --rev 0 --hidden
37 1 new bumped changesets 37 1 new phasedivergent changesets
38 $ hg evolve --list 38 $ hg evolve --list
39 88cc282e27fc: ab 39 88cc282e27fc: ab
40 bumped: cb9a9f314b8b (immutable precursor) 40 bumped: cb9a9f314b8b (immutable precursor)
41 41
42 $ cd .. 42 $ cd ..