hgext3rd/evolve/obshistory.py
branchstable
changeset 3115 663dbef40f97
parent 3092 ef38b44c08cf
child 3181 5db76f35efce
--- a/hgext3rd/evolve/obshistory.py	Fri Oct 20 22:31:07 2017 +0200
+++ b/hgext3rd/evolve/obshistory.py	Fri Oct 20 22:44:12 2017 +0200
@@ -815,13 +815,6 @@
             # Replace the old one
             obsutil.successorsetverb = old
 
-# XXX temporary disable operation to clarify tests changes
-if util.safehasattr(obsutil, 'markersoperations'):
-
-    @eh.wrapfunction(obsutil, 'markersoperations')
-    def markersoperations(orig, *args, **kwargs):
-        return []
-
 FORMATSSETSFUNCTIONS = [
     _successorsetdates,
     _successorsetusers,