comparison tests/test-context.py @ 49282:d7f3f745f20c

cleanup: remove import of already imported module
author Manuel Jacob <me@manueljacob.de>
date Sun, 29 May 2022 12:28:31 +0200
parents 6000f5b25c9b
children d41960df197e
comparison
equal deleted inserted replaced
49281:223d55086d7c 49282:d7f3f745f20c
123 # M bar-m 123 # M bar-m
124 # A bar-a 124 # A bar-a
125 # R bar-r 125 # R bar-r
126 # C foo 126 # C foo
127 127
128 from mercurial import scmutil
129
130 print('== checking workingctx.status:') 128 print('== checking workingctx.status:')
131 129
132 wctx = repo[None] 130 wctx = repo[None]
133 print('wctx._status=%s' % (str(wctx._status))) 131 print('wctx._status=%s' % (str(wctx._status)))
134 132