##// END OF EJS Templates
dirstate: drop last explicite `state` usage in status...
marmoute -
r48323:e53a42dc default
parent child Browse files
Show More
@@ -1321,7 +1321,7 b' class dirstate(object):'
1321 1321 aadd(fn)
1322 1322 elif t.removed:
1323 1323 radd(fn)
1324 elif state == b'n':
1324 elif t.tracked:
1325 1325 if (
1326 1326 size >= 0
1327 1327 and (
General Comments 0
You need to be logged in to leave comments. Login now