diff -r 3b6f25190157 -r dc36535a5edc tests/test-ancestor.py --- a/tests/test-ancestor.py Mon Jan 06 13:54:40 2025 -0500 +++ b/tests/test-ancestor.py Mon Jan 06 14:07:43 2025 -0500 @@ -352,10 +352,8 @@ def genlazyancestors(revs, stoprev=0, inclusive=False): print( - ( - "%% lazy ancestor set for %s, stoprev = %s, inclusive = %s" - % (revs, stoprev, inclusive) - ) + "%% lazy ancestor set for %s, stoprev = %s, inclusive = %s" + % (revs, stoprev, inclusive) ) return ancestor.lazyancestors( graph.get, revs, stoprev=stoprev, inclusive=inclusive