Mercurial > hg
changeset 14441:39e81b9377e6
record: fix options placeholder
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Thu, 26 May 2011 19:00:47 +0300 |
parents | 96f1c1b14154 |
children | 5b48ad1e7f1a |
files | hgext/record.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/record.py Wed May 25 08:38:58 2011 -0700 +++ b/hgext/record.py Thu May 26 19:00:47 2011 +0300 @@ -555,7 +555,7 @@ ui.write = oldwrite cmdtable["qrecord"] = \ - (qrecord, {}, # placeholder until mq is available + (qrecord, [], # placeholder until mq is available _('hg qrecord [OPTION]... PATCH [FILE]...')) def uisetup(ui):