Mercurial > public > mercurial-scm > hg-stable
diff mercurial/scmutil.py @ 47142:bea4717415c0
merge with stable
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 07 May 2021 22:06:25 -0400 |
parents | a407fe56d6e8 f38bf44e077f |
children | 33c0c25d0b0f |
line wrap: on
line diff
--- a/mercurial/scmutil.py Fri May 07 08:38:17 2021 -0700 +++ b/mercurial/scmutil.py Fri May 07 22:06:25 2021 -0400 @@ -1561,7 +1561,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