chiark / gitweb /
Generate command lists automatically
[stgit] / stgit / commands / diff.py
index 47e2e7f232e9cc3d12fbd7f781c3612e98a12627..e0078f998d811e95c807970e887d8cf92bc4cf85 100644 (file)
@@ -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