summaryrefslogtreecommitdiffstats
path: root/subcmds
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds')
-rw-r--r--subcmds/diff.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/subcmds/diff.py b/subcmds/diff.py
index 406baa28..190b18f4 100644
--- a/subcmds/diff.py
+++ b/subcmds/diff.py
@@ -29,10 +29,6 @@ to the Unix 'patch' command.
29""" 29"""
30 30
31 def _Options(self, p): 31 def _Options(self, p):
32 def cmd(option, opt_str, value, parser):
33 setattr(parser.values, option.dest, list(parser.rargs))
34 while parser.rargs:
35 del parser.rargs[0]
36 p.add_option('-u', '--absolute', 32 p.add_option('-u', '--absolute',
37 dest='absolute', action='store_true', 33 dest='absolute', action='store_true',
38 help='Paths are relative to the repository root') 34 help='Paths are relative to the repository root')