##// END OF EJS Templates
let action always return pull command for better security on pull restricted repos
marcink -
r1128:62a1d415 beta
parent child Browse files
Show More
@@ -241,7 +241,7 b' class SimpleHg(object):'
241 241 if mapping.has_key(cmd):
242 242 return mapping[cmd]
243 243 else:
244 return cmd
244 return 'pull'
245 245
246 246 def __invalidate_cache(self, repo_name):
247 247 """we know that some change was made to repositories and we should
General Comments 0
You need to be logged in to leave comments. Login now