changeset 39854 | 823a580448d7 |
parent 37785 | b4d85bc122bd |
child 41061 | 98681293c890 |
--- a/hgext/largefiles/uisetup.py Thu Sep 20 15:18:13 2018 -0700 +++ b/hgext/largefiles/uisetup.py Thu Sep 20 15:30:00 2018 -0700 @@ -126,7 +126,6 @@ _('download all versions of all largefiles'))] entry[1].extend(cloneopt) extensions.wrapfunction(hg, 'clone', overrides.hgclone) - extensions.wrapfunction(hg, 'postshare', overrides.hgpostshare) entry = extensions.wrapcommand(commands.table, 'cat', overrides.overridecat)