comparison hgext/mq.py @ 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 e8b86fb8ae33
children 8742352db413
comparison
equal deleted inserted replaced
2046:d14497cbd668 2047:ebf1ecb5f4e8
12 12
13 versionstr = "0.45" 13 versionstr = "0.45"
14 14
15 repomap = {} 15 repomap = {}
16 16
17 commands.norepo += " qversion"
17 class queue: 18 class queue:
18 def __init__(self, ui, path, patchdir=None): 19 def __init__(self, ui, path, patchdir=None):
19 self.basepath = path 20 self.basepath = path
20 if patchdir: 21 if patchdir:
21 self.path = patchdir 22 self.path = patchdir