##// END OF EJS Templates
localrepo: language and spelling fixes in comment
Olle Lundberg -
r20567:de8eb208 default
parent child Browse files
Show More
@@ -1881,9 +1881,9 b' class localrepository(object):'
1881 added = [cl.node(r) for r in xrange(clstart, clend)]
1881 added = [cl.node(r) for r in xrange(clstart, clend)]
1882 publishing = self.ui.configbool('phases', 'publish', True)
1882 publishing = self.ui.configbool('phases', 'publish', True)
1883 if srctype == 'push':
1883 if srctype == 'push':
1884 # Old server can not push the boundary themself.
1884 # Old servers can not push the boundary themselves.
1885 # New server won't push the boundary if changeset already
1885 # New servers won't push the boundary if changeset already
1886 # existed locally as secrete
1886 # exists locally as secret
1887 #
1887 #
1888 # We should not use added here but the list of all change in
1888 # We should not use added here but the list of all change in
1889 # the bundle
1889 # the bundle
General Comments 0
You need to be logged in to leave comments. Login now