Show More
@@ -42,7 +42,7 b' class MercurialTunnelWrapper(object):' | |||||
42 |
|
42 | |||
43 | def create_hooks_env(self): |
|
43 | def create_hooks_env(self): | |
44 | repo_name = self.server.repo_name |
|
44 | repo_name = self.server.repo_name | |
45 | hg_flags = self.config_to_hgrc(repo_name) |
|
45 | hg_flags = self.server.config_to_hgrc(repo_name) | |
46 |
|
46 | |||
47 | content = textwrap.dedent( |
|
47 | content = textwrap.dedent( | |
48 | ''' |
|
48 | ''' |
General Comments 0
You need to be logged in to leave comments.
Login now