Register qversion as a non repository related command
authorEdouard Gomez <ed.gomez@free.fr>
Tue, 04 Apr 2006 16:35:20 -0700
changeset 2047 ebf1ecb5f4e8
parent 2046 d14497cbd668
child 2048 8f9660c568b8
Register qversion as a non repository related command
hgext/mq.py
--- 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