Show More
@@ -80,7 +80,7 b' def openstore(repo=None, remote=None, pu' | |||||
80 | 'ssh': [wirestore.wirestore], |
|
80 | 'ssh': [wirestore.wirestore], | |
81 | } |
|
81 | } | |
82 |
|
82 | |||
83 | _scheme_re = re.compile(r'^([a-zA-Z0-9+-.]+)://') |
|
83 | _scheme_re = re.compile(br'^([a-zA-Z0-9+-.]+)://') | |
84 |
|
84 | |||
85 | def getlfile(ui, hash): |
|
85 | def getlfile(ui, hash): | |
86 | return util.chunkbuffer(openstore(ui=ui)._get(hash)) |
|
86 | return util.chunkbuffer(openstore(ui=ui)._get(hash)) |
General Comments 0
You need to be logged in to leave comments.
Login now