hgk: show view in short command list
authorMatt Mackall <mpm@selenic.com>
Tue, 05 Dec 2006 16:39:54 -0600
changeset 3800 792e61e9a00a
parent 3799 eb66d76c7746
child 3804 302ffecdd726
hgk: show view in short command list
hgext/hgk.py
--- a/hgext/hgk.py	Tue Dec 05 16:36:06 2006 -0600
+++ b/hgext/hgk.py	Tue Dec 05 16:39:54 2006 -0600
@@ -285,7 +285,7 @@
     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'),