hgext/rebase.py
changeset 34493 c4a2db2cc0fb
parent 34492 a5a810df4c81
child 34614 93fcd65e459f
equal deleted inserted replaced
34492:a5a810df4c81 34493:c4a2db2cc0fb
    73 # leave the attribute unspecified.
    73 # leave the attribute unspecified.
    74 testedwith = 'ships-with-hg-core'
    74 testedwith = 'ships-with-hg-core'
    75 
    75 
    76 configtable = {}
    76 configtable = {}
    77 configitem = registrar.configitem(configtable)
    77 configitem = registrar.configitem(configtable)
       
    78 
       
    79 configitem('commands', 'rebase.requiredest',
       
    80             default=False,
       
    81 )
    78 
    82 
    79 configitem('experimental', 'rebaseskipobsolete',
    83 configitem('experimental', 'rebaseskipobsolete',
    80     default=True,
    84     default=True,
    81 )
    85 )
    82 
    86