diff -r 60802bba1090 -r 44c4ed4ad032 hgext/rebase.py --- 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