Changeset - 044c31d67ccc
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-06-21 17:51:01
marcin@python-works.com
make get_action always return action
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/middleware/simplehg.py
Show inline comments
 
@@ -223,7 +223,7 @@ class SimpleHg(BaseVCSController):
 
                cmd = qry.split('=')[-1]
 
                if cmd in mapping:
 
                    return mapping[cmd]
 
                else:
 

	
 
                    return 'pull'
 

	
 
    def __inject_extras(self, repo_path, baseui, extras={}):
0 comments (0 inline, 0 general)