Mercurial > hg-stable
changeset 39623:5362c96f2feb
dagop: fix typo spotted while doing unrelated investigation
Differential Revision: https://phab.mercurial-scm.org/D4584
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 13 Sep 2018 18:09:22 -0400 |
parents | c5e6c1ba1c79 |
children | ec68135a8935 |
files | mercurial/dagop.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/dagop.py Wed Sep 12 19:00:46 2018 -0700 +++ b/mercurial/dagop.py Thu Sep 13 18:09:22 2018 -0400 @@ -742,7 +742,7 @@ def linearize(revs, parentsfn): """Linearize and topologically sort a list of revisions. - The linearization process tires to create long runs of revs where a child + The linearization process tries to create long runs of revs where a child rev comes immediately after its first parent. This is done by visiting the heads of the revs in inverse topological order, and for each visited rev, visiting its second parent, then its first parent, then adding the rev