##// END OF EJS Templates
mergestate: update _stateextras instead of reassinging...
mergestate: update _stateextras instead of reassinging `merge.applyupdates()` can store extras for a file and _stateextras may not be empty always. Hence reassigning loses the old values. We can directly update like this because we switched to using `collections.defaultdict` for `_stateextras` sometime ago.
Pulkit Goyal -
r46157:9f14bb4d default
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src / revlog
changelog.rs Loading ...
index.rs Loading ...
manifest.rs Loading ...
node.rs Loading ...
nodemap.rs Loading ...
patch.rs Loading ...
path_encode.rs Loading ...
revlog.rs Loading ...