branch | stable |
changeset 47031 | f38bf44e077f |
parent 46976 | f9482db16cef |
child 47142 | bea4717415c0 |
--- a/mercurial/scmutil.py Tue May 04 13:28:42 2021 -0400 +++ b/mercurial/scmutil.py Fri Apr 30 16:13:02 2021 -0700 @@ -1563,7 +1563,7 @@ def istreemanifest(repo): - """ returns whether the repository is using treemanifest or not """ + """returns whether the repository is using treemanifest or not""" return requirementsmod.TREEMANIFEST_REQUIREMENT in repo.requirements