Show More
@@ -3930,7 +3930,7 def debugupgraderepo(ui, repo, run=False | |||||
3930 | * `--changelog`: optimize the changelog only |
|
3930 | * `--changelog`: optimize the changelog only | |
3931 | * `--no-changelog --no-manifest`: optimize filelogs only |
|
3931 | * `--no-changelog --no-manifest`: optimize filelogs only | |
3932 | * `--filelogs`: optimize the filelogs only |
|
3932 | * `--filelogs`: optimize the filelogs only | |
3933 |
* `--no-changelog --no-manifest --no-filelogs`: skip all |
|
3933 | * `--no-changelog --no-manifest --no-filelogs`: skip all revlog optimizations | |
3934 | """ |
|
3934 | """ | |
3935 | return upgrade.upgraderepo( |
|
3935 | return upgrade.upgraderepo( | |
3936 | ui, repo, run=run, optimize=set(optimize), backup=backup, **opts |
|
3936 | ui, repo, run=run, optimize=set(optimize), backup=backup, **opts |
General Comments 0
You need to be logged in to leave comments.
Login now