Show More
@@ -223,8 +223,8 b' 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 |
|
|
227 | return 'pull' | |
228 |
|
228 | |||
229 | def __inject_extras(self, repo_path, baseui, extras={}): |
|
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