diff options
Diffstat (limited to 'subcmds/diff.py')
-rw-r--r-- | subcmds/diff.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/diff.py b/subcmds/diff.py index fa41e70e..406baa28 100644 --- a/subcmds/diff.py +++ b/subcmds/diff.py | |||
@@ -16,6 +16,7 @@ | |||
16 | 16 | ||
17 | from command import PagedCommand | 17 | from command import PagedCommand |
18 | 18 | ||
19 | |||
19 | class Diff(PagedCommand): | 20 | class Diff(PagedCommand): |
20 | common = True | 21 | common = True |
21 | helpSummary = "Show changes between commit and working tree" | 22 | helpSummary = "Show changes between commit and working tree" |