##// END OF EJS Templates
tests: fix a missed b prefix in a test extension in test-strip.t...
Augie Fackler -
r35864:c4c1e333 default
parent child Browse files
Show More
@@ -899,7 +899,7 b' Check that the phase cache is properly i'
899 > transaction = orig(repo, desc, *args, **kwargs)
899 > transaction = orig(repo, desc, *args, **kwargs)
900 > # warm up the phase cache
900 > # warm up the phase cache
901 > list(repo.revs(b"not public()"))
901 > list(repo.revs(b"not public()"))
902 > if desc != 'strip':
902 > if desc != b'strip':
903 > transaction.addpostclose(b"phase invalidation test", test)
903 > transaction.addpostclose(b"phase invalidation test", test)
904 > return transaction
904 > return transaction
905 > def extsetup(ui):
905 > def extsetup(ui):
General Comments 0
You need to be logged in to leave comments. Login now