##// END OF EJS Templates
dirstate-item: use the properties in largefiles...
marmoute -
r48334:fa18a3bc default
parent child Browse files
Show More
@@ -546,7 +546,7 b' def synclfdirstate(repo, lfdirstate, lfi'
546 lfstandin = standin(lfile)
546 lfstandin = standin(lfile)
547 if lfstandin in repo.dirstate:
547 if lfstandin in repo.dirstate:
548 stat = repo.dirstate._map[lfstandin]
548 stat = repo.dirstate._map[lfstandin]
549 state, mtime = stat[0], stat[3]
549 state, mtime = stat.state, stat.mtime
550 else:
550 else:
551 state, mtime = b'?', -1
551 state, mtime = b'?', -1
552 if state == b'n':
552 if state == b'n':
General Comments 0
You need to be logged in to leave comments. Login now