Submitter | phabricator |
---|---|
Date | July 31, 2018, 12:05 p.m. |
Message ID | <6720ec94782a9a4cd927a4ecddc82613@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/32978/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -411,6 +411,7 @@ self._rev = repo.changelog.rev(changeid) return except error.FilteredLookupError: + changeid = hex(changeid) # for the error message raise except LookupError: # check if it might have come from damaged dirstate