Show More
@@ -241,7 +241,7 b' class SimpleHg(object):' | |||||
241 | if mapping.has_key(cmd): |
|
241 | if mapping.has_key(cmd): | |
242 | return mapping[cmd] |
|
242 | return mapping[cmd] | |
243 | else: |
|
243 | else: | |
244 |
return |
|
244 | return 'pull' | |
245 |
|
245 | |||
246 | def __invalidate_cache(self, repo_name): |
|
246 | def __invalidate_cache(self, repo_name): | |
247 | """we know that some change was made to repositories and we should |
|
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