--- a/hgext/sparse.py Thu Jul 06 16:17:35 2017 -0700
+++ b/hgext/sparse.py Thu Jul 06 16:29:31 2017 -0700
@@ -102,7 +102,6 @@
command = registrar.command(cmdtable)
def uisetup(ui):
- _setupupdates(ui)
_setupcommit(ui)
def extsetup(ui):
@@ -136,10 +135,6 @@
raise AttributeError(_("type '%s' has no property '%s'") % (origcls,
propname))
-def _setupupdates(ui):
- extensions.wrapfunction(mergemod, 'calculateupdates',
- sparse.calculateupdates)
-
def _setupcommit(ui):
def _refreshoncommit(orig, self, node):
"""Refresh the checkout when commits touch .hgsparse