# HG changeset patch # User Idan Kamara # Date 1306425647 -10800 # Node ID 39e81b9377e65fd1358543598d5e61ce2be97df9 # Parent 96f1c1b141549be3671e567f00d9e228a49069d6 record: fix options placeholder diff -r 96f1c1b14154 -r 39e81b9377e6 hgext/record.py --- 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):