Mercurial > hg
changeset 3800:792e61e9a00a
hgk: show view in short command list
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 05 Dec 2006 16:39:54 -0600 |
parents | eb66d76c7746 |
children | 302ffecdd726 |
files | hgext/hgk.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'),