hgext/mq.py
changeset 2047 ebf1ecb5f4e8
parent 1863 e8b86fb8ae33
child 2086 8742352db413
--- a/hgext/mq.py	Tue Apr 04 15:21:20 2006 +0200
+++ b/hgext/mq.py	Tue Apr 04 16:35:20 2006 -0700
@@ -14,6 +14,7 @@
 
 repomap = {}
 
+commands.norepo += " qversion"
 class queue:
     def __init__(self, ui, path, patchdir=None):
         self.basepath = path