##// END OF EJS Templates
Register qversion as a non repository related command
Edouard Gomez -
r2047:ebf1ecb5 default
parent child Browse files
Show More
@@ -14,6 +14,7 b' 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
General Comments 0
You need to be logged in to leave comments. Login now