Submitter | phabricator |
---|---|
Date | Feb. 1, 2018, 8:43 p.m. |
Message ID | <0c95c16ba005cea181450a4a61dfe34e@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27143/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-strip.t b/tests/test-strip.t --- a/tests/test-strip.t +++ b/tests/test-strip.t @@ -899,7 +899,7 @@ > transaction = orig(repo, desc, *args, **kwargs) > # warm up the phase cache > list(repo.revs(b"not public()")) - > if desc != 'strip': + > if desc != b'strip': > transaction.addpostclose(b"phase invalidation test", test) > return transaction > def extsetup(ui):