hgext/largefiles/proto.py
changeset 36656 5c4c9eb1feb6
parent 36312 3ac8b5c1c36c
child 37293 d5d665f6615a
--- a/hgext/largefiles/proto.py	Sat Mar 03 11:26:30 2018 -0500
+++ b/hgext/largefiles/proto.py	Sat Mar 03 14:57:23 2018 -0500
@@ -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):