diff -r 5ffc6c18fb96 -r bea4717415c0 mercurial/debugcommands.py --- a/mercurial/debugcommands.py Fri May 07 08:38:17 2021 -0700 +++ b/mercurial/debugcommands.py Fri May 07 22:06:25 2021 -0400 @@ -2908,7 +2908,7 @@ @command(b'debugrequires|debugrequirements', [], b'') def debugrequirements(ui, repo): - """ print the current repo requirements """ + """print the current repo requirements""" for r in sorted(repo.requirements): ui.write(b"%s\n" % r) @@ -4086,7 +4086,7 @@ 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