Mercurial > public > mercurial-scm > hg-stable
diff tests/test-walkrepo.py @ 53031:e705fec4a03f stable
branching: merging with 7.0 changes
Since 6.9.3 was made after 7.0rc0 we need to deal with more branching than
usual.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 05 Mar 2025 23:02:19 +0100 |
parents | dc36535a5edc |
children |
line wrap: on
line diff
--- a/tests/test-walkrepo.py Wed Mar 05 22:33:11 2025 +0100 +++ b/tests/test-walkrepo.py Wed Mar 05 23:02:19 2025 +0100 @@ -35,18 +35,12 @@ if sym and (len(reposet) != 3): print("reposet = %r" % (reposet,)) print( - ( - "Found %d repositories when I should have found 3" - % (len(reposet),) - ) + "Found %d repositories when I should have found 3" % (len(reposet),) ) if (not sym) and (len(reposet) != 2): print("reposet = %r" % (reposet,)) print( - ( - "Found %d repositories when I should have found 2" - % (len(reposet),) - ) + "Found %d repositories when I should have found 2" % (len(reposet),) ) sub1set = frozenset( (pjoin(b'.', b'sub1'), pjoin(b'.', b'circle', b'subdir', b'sub1'))