Submitter | phabricator |
---|---|
Date | Feb. 12, 2018, 1:40 a.m. |
Message ID | <7c3287929c907ba3ac4bc414010e06fe@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27616/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/hg.py b/mercurial/hg.py --- a/mercurial/hg.py +++ b/mercurial/hg.py @@ -214,7 +214,7 @@ else: dest = ui.expandpath(dest) - if isinstance(source, str): + if isinstance(source, bytes): origsource = ui.expandpath(source) source, branches = parseurl(origsource) srcrepo = repository(ui, source)