# HG changeset patch # User Steve Losh # Date 1255212536 14400 # Node ID 44d1d0012482099c0504ead414e5ac5ef8e38664 # Parent 1f2f3cb23ac39c70f1b999c02814b3eff8edcf00 Remove an unused option. diff -r 1f2f3cb23ac3 -r 44d1d0012482 review/extension_ui.py --- a/review/extension_ui.py Sat Oct 10 16:58:14 2009 -0400 +++ b/review/extension_ui.py Sat Oct 10 18:08:56 2009 -0400 @@ -194,7 +194,6 @@ ('', 'no', False, 'sign off as stating the changeset is bad'), ('m', 'message', '', 'use as the comment or signoff message'), ('', 'force', False, 'overwrite an existing signoff'), - ('f', 'file', '', 'comment on '), ('r', 'rev', '.', 'the revision to review'), ('l', 'lines', '', 'the line(s) of the file to comment on'), ('U', 'unified', '5', 'number of lines of context to show'),