Submitter | timeless |
---|---|
Date | June 1, 2016, 3 a.m. |
Message ID | <eadac5f317556589fd5f.1464750016@gcc2-power8.osuosl.org> |
Download | mbox | patch |
Permalink | /patch/15317/ |
State | Accepted |
Headers | show |
Comments
On 06/01/2016 05:00 AM, timeless wrote: > # HG changeset patch > # User timeless <timeless@mozdev.org> > # Date 1464326685 0 > # Fri May 27 05:24:45 2016 +0000 > # Node ID eadac5f317556589fd5f8825699a219f1d09c09d > # Parent ee12963f197ecc14be5c55c329af42e566e24d07 > # Available At https://bitbucket.org/timeless/mercurial-crew > # hg pull https://bitbucket.org/timeless/mercurial-crew -r eadac5f31755 > obsolete: fix grammar Pushed, thank.
Patch
diff -r ee12963f197e -r eadac5f31755 mercurial/obsolete.py --- a/mercurial/obsolete.py Thu May 26 16:50:59 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