equal
deleted
inserted
replaced
4556 "debugwalk": (debugwalk, walkopts, _('[OPTION]... [FILE]...')), |
4556 "debugwalk": (debugwalk, walkopts, _('[OPTION]... [FILE]...')), |
4557 "debugwireargs": |
4557 "debugwireargs": |
4558 (debugwireargs, |
4558 (debugwireargs, |
4559 [('', 'three', '', 'three'), |
4559 [('', 'three', '', 'three'), |
4560 ('', 'four', '', 'four'), |
4560 ('', 'four', '', 'four'), |
|
4561 ('', 'five', '', 'five'), |
4561 ] + remoteopts, |
4562 ] + remoteopts, |
4562 _('REPO [OPTIONS]... [ONE [TWO]]')), |
4563 _('REPO [OPTIONS]... [ONE [TWO]]')), |
4563 "^diff": |
4564 "^diff": |
4564 (diff, |
4565 (diff, |
4565 [('r', 'rev', [], |
4566 [('r', 'rev', [], |