##// END OF EJS Templates
dispatch: don't use request repo if we have --cwd
Idan Kamara -
r14863:1c148e93 stable
parent child Browse files
Show More
@@ -633,7 +633,7 b' def _dispatch(req):'
633 cmdpats = args[:]
633 cmdpats = args[:]
634 if cmd not in commands.norepo.split():
634 if cmd not in commands.norepo.split():
635 # use the repo from the request only if we don't have -R
635 # use the repo from the request only if we don't have -R
636 if not rpath:
636 if not rpath and not cwd:
637 repo = req.repo
637 repo = req.repo
638
638
639 if repo:
639 if repo:
General Comments 0
You need to be logged in to leave comments. Login now