hgk: show view in short command list
authorMatt Mackall <mpm@selenic.com>
Tue, 05 Dec 2006 16:39:54 -0600
changeset 3803 792e61e9a00a
parent 3802 eb66d76c7746
child 3804 302ffecdd726
hgk: show view in short command list
hgext/hgk.py
--- a/hgext/hgk.py
+++ b/hgext/hgk.py
@@ -285,7 +285,7 @@ def view(ui, repo, *etc, **opts):
     os.system(cmd)
 
 cmdtable = {
-    "view": (view,
+    "^view": (view,
              [('l', 'limit', '', 'limit number of changes displayed')],
              'hg view [-l LIMIT] [REVRANGE]'),
     "debug-diff-tree": (difftree, [('p', 'patch', None, 'generate patch'),