Mercurial > public > mercurial-scm > hg-stable
diff tests/test-pull-branch.t @ 38262:d0abd7949ea3
phases: use "published" in the phase movement message
Using "published" seems smoother than "became public" and more in line with the
"phase.publishing" configuration.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 05 Jun 2018 02:50:25 +0200 |
parents | 1e9c357d3ddf |
children |
line wrap: on
line diff
--- a/tests/test-pull-branch.t Tue Jun 05 01:49:52 2018 +0200 +++ b/tests/test-pull-branch.t Tue Jun 05 02:50:25 2018 +0200 @@ -170,7 +170,7 @@ adding file changes added 1 changesets with 1 changes to 1 files (+1 heads) new changesets 7d8ffa4c0b22 - 13 local changesets became public + 13 local changesets published (run 'hg heads' to see heads) Make changes on default and branchC on tt @@ -184,7 +184,7 @@ adding file changes added 1 changesets with 1 changes to 1 files (+1 heads) new changesets 2b94b54b6b5f - 1 local changesets became public + 1 local changesets published (run 'hg heads' to see heads) $ hg up -C default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved @@ -221,7 +221,7 @@ adding file changes added 2 changesets with 2 changes to 2 files (+2 heads) new changesets eed40c14b407:e634733b0309 - 1 local changesets became public + 1 local changesets published (run 'hg heads .' to see heads, 'hg merge' to merge) $ cd ..