diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -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