diff --git a/tests/test-context.py b/tests/test-context.py --- a/tests/test-context.py +++ b/tests/test-context.py @@ -125,8 +125,6 @@ repo[None].forget([b'bar-r']) # R bar-r # C foo -from mercurial import scmutil - print('== checking workingctx.status:') wctx = repo[None]