Submitter | phabricator |
---|---|
Date | Oct. 7, 2020, 9:49 a.m. |
Message ID | <differential-rev-PHID-DREV-f4qrghgufyydqmy4umya-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/47398/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/tags.py b/mercurial/tags.py --- a/mercurial/tags.py +++ b/mercurial/tags.py @@ -759,7 +759,7 @@ properprefix = node[0:4] # Validate and return existing entry. - if record != _fnodesmissingrec: + if record != _fnodesmissingrec and len(record) == _fnodesrecsize: fileprefix = record[0:4] if fileprefix == properprefix: