hgext/record.py
changeset 17773 434e5bd615fc
parent 17566 cd73bbc99bdc
child 18266 09a2b6741695
--- 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"