diff -r 823a7d79ef82 -r 434e5bd615fc hgext/record.py --- a/hgext/record.py Mon Oct 15 09:43:34 2012 -0700 +++ b/hgext/record.py Tue Oct 16 11:43:15 2012 -0700 @@ -667,3 +667,5 @@ def _wrapcmd(cmd, table, wrapfn, msg): entry = extensions.wrapcommand(table, cmd, wrapfn) entry[1].append(('i', 'interactive', None, msg)) + +commands.inferrepo += " record qrecord"