comparison mercurial/commands.py @ 3664:4d988b7412f2

add log --removed
author Matt Mackall <mpm@selenic.com>
date Wed, 15 Nov 2006 15:51:58 -0600
parents 194e2bcf338e
children d12c8668b102
comparison
equal deleted inserted replaced
3663:194e2bcf338e 3664:4d988b7412f2
2580 _('only follow the first parent of merge changesets')), 2580 _('only follow the first parent of merge changesets')),
2581 ('C', 'copies', None, _('show copied files')), 2581 ('C', 'copies', None, _('show copied files')),
2582 ('k', 'keyword', [], _('search for a keyword')), 2582 ('k', 'keyword', [], _('search for a keyword')),
2583 ('l', 'limit', '', _('limit number of changes displayed')), 2583 ('l', 'limit', '', _('limit number of changes displayed')),
2584 ('r', 'rev', [], _('show the specified revision or range')), 2584 ('r', 'rev', [], _('show the specified revision or range')),
2585 ('', 'removed', None, _('include revs where files were removed')),
2585 ('M', 'no-merges', None, _('do not show merges')), 2586 ('M', 'no-merges', None, _('do not show merges')),
2586 ('', 'style', '', _('display using template map file')), 2587 ('', 'style', '', _('display using template map file')),
2587 ('m', 'only-merges', None, _('show only merges')), 2588 ('m', 'only-merges', None, _('show only merges')),
2588 ('p', 'patch', None, _('show patch')), 2589 ('p', 'patch', None, _('show patch')),
2589 ('P', 'prune', [], _('do not display revision or any of its ancestors')), 2590 ('P', 'prune', [], _('do not display revision or any of its ancestors')),