##// END OF EJS Templates
cleanup: remove import of already imported module
Manuel Jacob -
r50177:d7f3f745 default
parent child Browse files
Show More
@@ -125,8 +125,6 b" repo[None].forget([b'bar-r'])"
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]
General Comments 0
You need to be logged in to leave comments. Login now