hgext/rebase.py
changeset 16743 38caf405d010
parent 16696 d1afbf03e69a
child 16866 91f3ac205816
equal deleted inserted replaced
16742:973671fc0804 16743:38caf405d010
    24 
    24 
    25 nullmerge = -2
    25 nullmerge = -2
    26 
    26 
    27 cmdtable = {}
    27 cmdtable = {}
    28 command = cmdutil.command(cmdtable)
    28 command = cmdutil.command(cmdtable)
       
    29 testedwith = 'internal'
    29 
    30 
    30 @command('rebase',
    31 @command('rebase',
    31     [('s', 'source', '',
    32     [('s', 'source', '',
    32      _('rebase from the specified changeset'), _('REV')),
    33      _('rebase from the specified changeset'), _('REV')),
    33     ('b', 'base', '',
    34     ('b', 'base', '',