##// END OF EJS Templates
mq: incorporate mq repo config when using --mq...
Brendan Cully -
r10407:2e8926e9 default
parent child Browse files
Show More
@@ -2660,7 +2660,7 b' def mqcommand(orig, ui, repo, *args, **k'
2660 2660 r = q.qrepo()
2661 2661 if not r:
2662 2662 raise util.Abort('no queue repository')
2663 return orig(ui, r, *args, **kwargs)
2663 return orig(r.ui, r, *args, **kwargs)
2664 2664
2665 2665 def uisetup(ui):
2666 2666 mqopt = [('Q', 'mq', None, _("operate on patch repository"))]
General Comments 0
You need to be logged in to leave comments. Login now