Mercurial > public > mercurial-scm > hg
diff hgext/mq.py @ 14448:7d367e8f892d
mq: allow --mq for qrecord
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Fri, 27 May 2011 17:49:54 +0300 |
parents | 5f6090e559fa |
children | 00256f689f9c |
line wrap: on
line diff
--- a/hgext/mq.py Fri May 27 17:46:48 2011 +0300 +++ b/hgext/mq.py Fri May 27 17:49:54 2011 +0300 @@ -3269,7 +3269,7 @@ entry = extensions.wrapcommand(commands.table, 'init', mqinit) entry[1].extend(mqopt) - nowrap = set(commands.norepo.split(" ") + ['qrecord']) + nowrap = set(commands.norepo.split(" ")) def dotable(cmdtable): for cmd in cmdtable.keys():