44d1d0012482

Remove an unused option.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 10 Oct 2009 18:08:56 -0400
parents 1f2f3cb23ac3
children 7fef894ba429
branches/tags (none)
files review/extension_ui.py

Changes

--- 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 <text> as the comment or signoff message'),
         ('',  'force',       False, 'overwrite an existing signoff'),
-        ('f', 'file',        '',    'comment on <file>'),
         ('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'),