summaryrefslogtreecommitdiffstats
path: root/subcmds/diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/diff.py')
-rw-r--r--subcmds/diff.py1
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
17from command import PagedCommand 17from command import PagedCommand
18 18
19
19class Diff(PagedCommand): 20class 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"