Submitter | phabricator |
---|---|
Date | March 3, 2018, 8:55 p.m. |
Message ID | <52db8e0ade0e508e927575d1edcc1393@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28843/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/largefiles/proto.py b/hgext/largefiles/proto.py --- a/hgext/largefiles/proto.py +++ b/hgext/largefiles/proto.py @@ -97,7 +97,7 @@ # it ... if issubclass(self.__class__, httppeer.httppeer): res = self._call('putlfile', data=fd, sha=sha, - headers={'content-type':'application/mercurial-0.1'}) + headers={r'content-type': r'application/mercurial-0.1'}) try: d, output = res.split('\n', 1) for l in output.splitlines(True):