Submitter | phabricator |
---|---|
Date | Dec. 27, 2019, 10:01 p.m. |
Message ID | <b7d56df7da31e7bf4eaeac1c9da724fa@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44081/ |
State | Not Applicable |
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: