hgext/mq.py
changeset 2047 ebf1ecb5f4e8
parent 1863 e8b86fb8ae33
child 2086 8742352db413
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