hgext/rebase.py
changeset 34831 44c4ed4ad032
parent 34787 754b5117622f
child 34872 29f52e7966dd
--- a/hgext/rebase.py	Sat Oct 14 01:09:46 2017 +0200
+++ b/hgext/rebase.py	Fri Oct 13 23:00:31 2017 +0200
@@ -73,20 +73,6 @@
 # leave the attribute unspecified.
 testedwith = 'ships-with-hg-core'
 
-configtable = {}
-configitem = registrar.configitem(configtable)
-
-configitem('commands', 'rebase.requiredest',
-            default=False,
-)
-
-configitem('experimental', 'rebaseskipobsolete',
-    default=True,
-)
-configitem('rebase', 'singletransaction',
-    default=False,
-)
-
 def _nothingtorebase():
     return 1