mercurial/debugcommands.py
branchstable
changeset 47062 f38bf44e077f
parent 47061 bd2ed1032b4e
child 47128 bea4717415c0
--- a/mercurial/debugcommands.py	Tue May 04 13:28:42 2021 -0400
+++ b/mercurial/debugcommands.py	Fri Apr 30 16:13:02 2021 -0700
@@ -2909,7 +2909,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)