Submitter | phabricator |
---|---|
Date | Dec. 27, 2019, 9:16 p.m. |
Message ID | <differential-rev-PHID-DREV-evw52267h3gzllk37hza-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44066/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/ancestor.py b/mercurial/ancestor.py --- a/mercurial/ancestor.py +++ b/mercurial/ancestor.py @@ -108,12 +108,12 @@ if p == nullrev: continue dp = depth[p] - nsp = sp = seen[p] + sp = seen[p] if dp <= dv: depth[p] = dv + 1 if sp != sv: interesting[sv] += 1 - nsp = seen[p] = sv + seen[p] = sv if sp: interesting[sp] -= 1 if interesting[sp] == 0: