Show More
@@ -26,6 +26,8 b' def _copyrevlog(ui, src, dst, tr, progre' | |||
|
26 | 26 | progress(r) |
|
27 | 27 | |
|
28 | 28 | def compress(ui, repo, dest): |
|
29 | # activate parentdelta | |
|
30 | ui.setconfig('format', 'parentdelta', 'on') | |
|
29 | 31 | dest = hg.localpath(ui.expandpath(dest)) |
|
30 | 32 | target = localrepo.instance(ui, dest, create=True) |
|
31 | 33 |
General Comments 0
You need to be logged in to leave comments.
Login now