##// END OF EJS Templates
make get_action always return action
marcink -
r2501:044c31d6 beta
parent child Browse files
Show More
@@ -223,7 +223,7 class SimpleHg(BaseVCSController):
223 cmd = qry.split('=')[-1]
223 cmd = qry.split('=')[-1]
224 if cmd in mapping:
224 if cmd in mapping:
225 return mapping[cmd]
225 return mapping[cmd]
226 else:
226
227 return 'pull'
227 return 'pull'
228
228
229 def __inject_extras(self, repo_path, baseui, extras={}):
229 def __inject_extras(self, repo_path, baseui, extras={}):
General Comments 0
You need to be logged in to leave comments. Login now