Show More
@@ -79,7 +79,7 b' def stream_out(repo, fileobj):' | |||||
79 | entries = [] |
|
79 | entries = [] | |
80 | total_bytes = 0 |
|
80 | total_bytes = 0 | |
81 | for name, size in walkrepo(repo.spath): |
|
81 | for name, size in walkrepo(repo.spath): | |
82 |
name = util.pconvert |
|
82 | name = repo.decodefn(util.pconvert(name)) | |
83 | entries.append((name, size)) |
|
83 | entries.append((name, size)) | |
84 | total_bytes += size |
|
84 | total_bytes += size | |
85 | repolock.release() |
|
85 | repolock.release() |
General Comments 0
You need to be logged in to leave comments.
Login now