Submitter | phabricator |
---|---|
Date | May 19, 2018, 2:37 a.m. |
Message ID | <87fbd21fc77e95c17efcceadebbd78e4@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/31674/ |
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 @@ -432,7 +432,7 @@ # lookup failed except (error.FilteredIndexError, error.FilteredLookupError): raise error.FilteredRepoLookupError(_("filtered revision '%s'") - % changeid) + % pycompat.bytestr(changeid)) except error.FilteredRepoLookupError: raise except IndexError: