[PATCH stable] localrepo: language and spelling fixes in comment

Olle Lundberg olle.lundberg at gmail.com
Wed Feb 26 17:30:31 CST 2014


# HG changeset patch
# User Olle Lundberg <geek at nerd.sh>
# Date 1393457001 -3600
#      Thu Feb 27 00:23:21 2014 +0100
# Branch stable
# Node ID ef37af4bb0388b03b1d5396da543aeaa53752fff
# Parent  35ac807f941c514470de2c2708a5886f8b61f089
localrepo: language and spelling fixes in comment

diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -2174,13 +2174,13 @@
                           url=url, pending=p)
 
             added = [cl.node(r) for r in xrange(clstart, clend)]
             publishing = self.ui.configbool('phases', 'publish', True)
             if srctype == 'push':
-                # Old server can not push the boundary themself.
-                # New server won't push the boundary if changeset already
-                # existed locally as secrete
+                # Old servers can not push the boundary themselves.
+                # New servers won't push the boundary if changeset already
+                # exists locally as secret
                 #
                 # We should not use added here but the list of all change in
                 # the bundle
                 if publishing:
                     phases.advanceboundary(self, phases.public, srccontent)


More information about the Mercurial-devel mailing list