diff --git a/hgext/record.py b/hgext/record.py --- a/hgext/record.py +++ b/hgext/record.py @@ -555,7 +555,7 @@ def dorecord(ui, repo, commitfunc, cmdsu 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):