##// 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 aadd(fn)
1321 aadd(fn)
1322 elif t.removed:
1322 elif t.removed:
1323 radd(fn)
1323 radd(fn)
1324 elif state == b'n':
1324 elif t.tracked:
1325 if (
1325 if (
1326 size >= 0
1326 size >= 0
1327 and (
1327 and (
General Comments 0
You need to be logged in to leave comments. Login now