mercurial/scmutil.py
changeset 38249 1e9c357d3ddf
parent 38171 eb9835014d20
child 38250 d0abd7949ea3
--- a/mercurial/scmutil.py	Sun Apr 29 00:29:40 2018 -0400
+++ b/mercurial/scmutil.py	Tue Jun 05 01:49:52 2018 +0200
@@ -1497,7 +1497,7 @@
             ]
             if not published:
                 return
-            repo.ui.status(_('%d changesets became public\n')
+            repo.ui.status(_('%d local changesets became public\n')
                            % len(published))
 
 def nodesummaries(repo, nodes, maxnumnodes=4):