# HG changeset patch # User Augie Fackler # Date 2021-05-04 17:28:42 # Node ID bd2ed1032b4e6e91f4b3e52b6f112393afdb4581 # Parent 48637f926817b8032faeee8d9f14d82d83bfd854 debugcommands: fix some plural-agreements I noticed Differential Revision: https://phab.mercurial-scm.org/D10669 diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -4085,7 +4085,7 @@ def debugupgraderepo(ui, repo, run=False should complete almost instantaneously and the chances of a consumer being unable to access the repository should be low. - By default, all revlog will be upgraded. You can restrict this using flag + By default, all revlogs will be upgraded. You can restrict this using flags such as `--manifest`: * `--manifest`: only optimize the manifest