Show More
@@ -339,7 +339,7 b' class httprepository(remoterepository):' | |||||
339 | try: |
|
339 | try: | |
340 | rfp = self.do_cmd( |
|
340 | rfp = self.do_cmd( | |
341 | 'unbundle', data=fp, |
|
341 | 'unbundle', data=fp, | |
342 | headers={'content-length': length, |
|
342 | headers={'content-length': str(length), | |
343 | 'content-type': 'application/octet-stream'}, |
|
343 | 'content-type': 'application/octet-stream'}, | |
344 | heads=' '.join(map(hex, heads))) |
|
344 | heads=' '.join(map(hex, heads))) | |
345 | try: |
|
345 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now