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