diff hgext/record.py @ 13936:f4e4faa92939

qrecord: provide help when mq is not enabled
author timeless <timeless@mozdev.org>
date Thu, 14 Apr 2011 10:00:15 +0200
parents a8d13ee0ce68
children 50e3fb2ab9fa
line wrap: on
line diff
--- a/hgext/record.py	Thu Apr 14 10:00:14 2011 +0200
+++ b/hgext/record.py	Thu Apr 14 10:00:15 2011 +0200
@@ -535,6 +535,9 @@
     "record":
         (record, commands.table['^commit|ci'][1], # same options as commit
          _('hg record [OPTION]... [FILE]...')),
+    "qrecord":
+        (qrecord, {}, # placeholder until mq is available
+         _('hg qrecord [OPTION]... PATCH [FILE]...')),
 }