diff mercurial/obsolete.py @ 29281:9ac309946df9

obsolete: fix grammar
author timeless <timeless@mozdev.org>
date Fri, 27 May 2016 05:24:45 +0000
parents 445a25bb70be
children 98e8313dcd9e
line wrap: on
line diff
--- a/mercurial/obsolete.py	Sun Apr 03 20:49:30 2016 +0000
+++ b/mercurial/obsolete.py	Fri May 27 05:24:45 2016 +0000
@@ -1171,7 +1171,7 @@
                                    ignoreflags=bumpedfix):
             prev = torev(pnode) # unfiltered! but so is phasecache
             if (prev is not None) and (phase(repo, prev) <= public):
-                # we have a public precursors
+                # we have a public precursor
                 bumped.add(rev)
                 break # Next draft!
     return bumped