Submitter | phabricator |
---|---|
Date | March 31, 2018, 10:22 a.m. |
Message ID | <differential-rev-PHID-DREV-bjs5wvo6go7x5tidscrc-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/30055/ |
State | Superseded |
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