changeset 29281:9ac309946df9

obsolete: fix grammar
author timeless <timeless@mozdev.org>
date Fri, 27 May 2016 05:24:45 +0000
parents 6c97b9739f9d
children 89822d7a9d5f
files mercurial/obsolete.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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