Submitter | Pulkit Goyal |
---|---|
Date | June 17, 2017, 12:45 p.m. |
Message ID | <24ed9e4abb5584a94614.1497703520@workspace> |
Download | mbox | patch |
Permalink | /patch/21455/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -1,3 +1,4 @@ +test-ancestor.py test-check-execute.t test-check-shbang.t test-contrib-check-code.t diff --git a/tests/test-ancestor.py b/tests/test-ancestor.py --- a/tests/test-ancestor.py +++ b/tests/test-ancestor.py @@ -225,7 +225,7 @@ def test_gca(): u = uimod.ui.load() for i, dag in enumerate(dagtests): - repo = hg.repository(u, 'gca%d' % i, create=1) + repo = hg.repository(u, b'gca%d' % i, create=1) cl = repo.changelog if not util.safehasattr(cl.index, 'ancestors'): # C version not available