chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Generate command lists automatically
[stgit]
/
stgit
/
commands
/
diff.py
diff --git
a/stgit/commands/diff.py
b/stgit/commands/diff.py
index 47e2e7f232e9cc3d12fbd7f781c3612e98a12627..e0078f998d811e95c807970e887d8cf92bc4cf85 100644
(file)
--- a/
stgit/commands/diff.py
+++ b/
stgit/commands/diff.py
@@
-25,6
+25,7
@@
from stgit.out import *
from stgit import argparse, stack, git
help = 'Show the tree diff'
from stgit import argparse, stack, git
help = 'Show the tree diff'
+kind = 'wc'
usage = ['[options] [<files or dirs>]']
description = """
Show the diff (default) or diffstat between the current working copy
usage = ['[options] [<files or dirs>]']
description = """
Show the diff (default) or diffstat between the current working copy