mercurial/commands.py
changeset 3664 4d988b7412f2
parent 3663 194e2bcf338e
child 3665 d12c8668b102
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2582,6 +2582,7 @@ table = {
           ('k', 'keyword', [], _('search for a keyword')),
           ('l', 'limit', '', _('limit number of changes displayed')),
           ('r', 'rev', [], _('show the specified revision or range')),
+          ('', 'removed', None, _('include revs where files were removed')),
           ('M', 'no-merges', None, _('do not show merges')),
           ('', 'style', '', _('display using template map file')),
           ('m', 'only-merges', None, _('show only merges')),