Mercurial > hg
changeset 20567:de8eb208b7d0
localrepo: language and spelling fixes in comment
author | Olle Lundberg <geek@nerd.sh> |
---|---|
date | Thu, 27 Feb 2014 00:23:21 +0100 |
parents | 98024950ade0 |
children | d7eb839535d1 |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/localrepo.py Wed Feb 26 12:36:36 2014 -0800 +++ b/mercurial/localrepo.py Thu Feb 27 00:23:21 2014 +0100 @@ -1881,9 +1881,9 @@ 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