Show More
@@ -97,7 +97,7 b' def wirereposetup(ui, repo):' | |||||
97 | # it ... |
|
97 | # it ... | |
98 | if issubclass(self.__class__, httppeer.httppeer): |
|
98 | if issubclass(self.__class__, httppeer.httppeer): | |
99 | res = self._call('putlfile', data=fd, sha=sha, |
|
99 | res = self._call('putlfile', data=fd, sha=sha, | |
100 | headers={'content-type':'application/mercurial-0.1'}) |
|
100 | headers={r'content-type': r'application/mercurial-0.1'}) | |
101 | try: |
|
101 | try: | |
102 | d, output = res.split('\n', 1) |
|
102 | d, output = res.split('\n', 1) | |
103 | for l in output.splitlines(True): |
|
103 | for l in output.splitlines(True): |
General Comments 0
You need to be logged in to leave comments.
Login now