Mercurial > hg-stable
diff mercurial/scmutil.py @ 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 | 79dd61a4554f |
line wrap: on
line diff
--- a/mercurial/scmutil.py Tue Jun 05 01:49:52 2018 +0200 +++ b/mercurial/scmutil.py Tue Jun 05 02:50:25 2018 +0200 @@ -1497,7 +1497,7 @@ ] if not published: return - repo.ui.status(_('%d local changesets became public\n') + repo.ui.status(_('%d local changesets published\n') % len(published)) def nodesummaries(repo, nodes, maxnumnodes=4):