Submitter | phabricator |
---|---|
Date | April 15, 2020, 2:56 p.m. |
Message ID | <differential-rev-PHID-DREV-n57ut3ysmk4n6ab2th2w-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/46127/ |
State | Superseded |
Headers | show |
Comments
Alphare added a comment. Alphare accepted this revision. Alphare added subscribers: yuja, Alphare. Ouch, missed that. Thanks @yuja. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8424/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8424 To: durin42, #hg-reviewers, Alphare Cc: Alphare, yuja, mercurial-devel
pulkit added a comment. Looks like this was amended and not needed anymore. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8424/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8424 To: durin42, #hg-reviewers, Alphare Cc: pulkit, Alphare, yuja, mercurial-devel
durin42 added a comment. durin42 abandoned this revision. Yep it got folded. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8424/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8424 To: durin42, #hg-reviewers, Alphare Cc: pulkit, Alphare, yuja, mercurial-devel
Patch
diff --git a/mercurial/manifest.py b/mercurial/manifest.py --- a/mercurial/manifest.py +++ b/mercurial/manifest.py @@ -61,7 +61,7 @@ if 64 < nl: # modern hash, full width yield f, bin(n[:64]), n[64:] - if 40 < nl < 45: + elif 40 < nl < 45: # legacy hash, always sha1 yield f, bin(n[:40]), n[40:] else: