diff options
Diffstat (limited to 'subcmds/diff.py')
-rw-r--r-- | subcmds/diff.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/diff.py b/subcmds/diff.py index 81868176..cdc262e6 100644 --- a/subcmds/diff.py +++ b/subcmds/diff.py | |||
@@ -32,7 +32,6 @@ to the Unix 'patch' command. | |||
32 | PARALLEL_JOBS = DEFAULT_LOCAL_JOBS | 32 | PARALLEL_JOBS = DEFAULT_LOCAL_JOBS |
33 | 33 | ||
34 | def _Options(self, p): | 34 | def _Options(self, p): |
35 | super()._Options(p) | ||
36 | p.add_option('-u', '--absolute', | 35 | p.add_option('-u', '--absolute', |
37 | dest='absolute', action='store_true', | 36 | dest='absolute', action='store_true', |
38 | help='Paths are relative to the repository root') | 37 | help='Paths are relative to the repository root') |