Show More
@@ -1700,7 +1700,6 b' def unbundle(ui, repo, fname):' | |||||
1700 | zd = bz2.BZ2Decompressor() |
|
1700 | zd = bz2.BZ2Decompressor() | |
1701 | for chunk in f: |
|
1701 | for chunk in f: | |
1702 | yield zd.decompress(chunk) |
|
1702 | yield zd.decompress(chunk) | |
1703 | yield zd.flush() |
|
|||
1704 |
|
1703 | |||
1705 | bzgen = bzgenerator(util.filechunkiter(f, 4096)) |
|
1704 | bzgen = bzgenerator(util.filechunkiter(f, 4096)) | |
1706 | repo.addchangegroup(util.chunkbuffer(bzgen)) |
|
1705 | repo.addchangegroup(util.chunkbuffer(bzgen)) |
General Comments 0
You need to be logged in to leave comments.
Login now