Show More
@@ -338,7 +338,7 b' def _runrepack(repo, data, history, pack' | |||||
338 | packer = repacker(repo, data, history, fullhistory, category, |
|
338 | packer = repacker(repo, data, history, fullhistory, category, | |
339 | gc=garbagecollect, isold=isold, options=options) |
|
339 | gc=garbagecollect, isold=isold, options=options) | |
340 |
|
340 | |||
341 |
with datapack.mutabledatapack(repo.ui, packpath |
|
341 | with datapack.mutabledatapack(repo.ui, packpath) as dpack: | |
342 | with historypack.mutablehistorypack(repo.ui, packpath) as hpack: |
|
342 | with historypack.mutablehistorypack(repo.ui, packpath) as hpack: | |
343 | try: |
|
343 | try: | |
344 | packer.run(dpack, hpack) |
|
344 | packer.run(dpack, hpack) |
General Comments 0
You need to be logged in to leave comments.
Login now