##// END OF EJS Templates
formatting: fix redundant parentheses...
Raphaël Gomès -
r47530:ca69e29a stable
parent child Browse files
Show More
@@ -1279,7 +1279,7 b' class dirstate(object):'
1279 or size == -2 # other parent
1279 or size == -2 # other parent
1280 or fn in copymap
1280 or fn in copymap
1281 ):
1281 ):
1282 if (stat.S_ISLNK(st.st_mode) and size != st.st_size):
1282 if stat.S_ISLNK(st.st_mode) and size != st.st_size:
1283 # issue6456: Size returned may be longer due to
1283 # issue6456: Size returned may be longer due to
1284 # encryption on EXT-4 fscrypt, undecided.
1284 # encryption on EXT-4 fscrypt, undecided.
1285 ladd(fn)
1285 ladd(fn)
General Comments 0
You need to be logged in to leave comments. Login now