diff -r 6b40aac4da8e -r 2dbe6053d49a mercurial/debugcommands.py --- a/mercurial/debugcommands.py Wed Dec 16 14:16:10 2020 +0530 +++ b/mercurial/debugcommands.py Wed Dec 16 14:55:27 2020 +0530 @@ -3930,7 +3930,7 @@ * `--changelog`: optimize the changelog only * `--no-changelog --no-manifest`: optimize filelogs only * `--filelogs`: optimize the filelogs only - * `--no-changelog --no-manifest --no-filelogs`: skip all filelog optimisation + * `--no-changelog --no-manifest --no-filelogs`: skip all revlog optimizations """ return upgrade.upgraderepo( ui, repo, run=run, optimize=set(optimize), backup=backup, **opts