changeset 2047:ebf1ecb5f4e8

Register qversion as a non repository related command
author Edouard Gomez <ed.gomez@free.fr>
date Tue, 04 Apr 2006 16:35:20 -0700
parents d14497cbd668
children 8f9660c568b8
files hgext/mq.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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