mercurial/debugcommands.py
changeset 47128 bea4717415c0
parent 47012 d55b71393907
parent 47062 f38bf44e077f
child 47137 c261899fb282
--- 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