Submitter | phabricator |
---|---|
Date | March 31, 2018, 5:14 p.m. |
Message ID | <0ed26a1798fa22befbf0797107243fb5@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30065/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/infinitepush/__init__.py b/hgext/infinitepush/__init__.py --- a/hgext/infinitepush/__init__.py +++ b/hgext/infinitepush/__init__.py @@ -233,7 +233,7 @@ ''' if common.isremotebooksenabled(ui): - hoist = ui.config('remotenames', 'hoist') + '/' + hoist = ui.config('remotenames', 'hoistedpeer') + '/' if remotebookmark.startswith(hoist): return remotebookmark[len(hoist):] return remotebookmark