Submitter | phabricator |
---|---|
Date | Dec. 2, 2019, 9:55 p.m. |
Message ID | <4f77b10594d06fb5b81867e16023886e@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43569/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/repair.py b/mercurial/repair.py --- a/mercurial/repair.py +++ b/mercurial/repair.py @@ -130,7 +130,7 @@ cl = repo.changelog # TODO handle undo of merge sets - if isinstance(nodelist, str): + if isinstance(nodelist, bytes): nodelist = [nodelist] striplist = [cl.rev(node) for node in nodelist] striprev = min(striplist)