##// END OF EJS Templates
mergeresult: introduce filemap() which yields filename based mapping...
mergeresult: introduce filemap() which yields filename based mapping We wanted to remove `actions` as this was leaking how we store things internally and was direct access to one of the member. This introduces filemap() which yields a map of `filename` -> `action, args, msg`. `mergeresult.actions` has been deleted as it's no longer required. Differential Revision: https://phab.mercurial-scm.org/D8888
Pulkit Goyal -
r45906:3c783ff0 default
Show More
Name Size Modified Last Commit Author
/ hgext / git
TODO.md Loading ...
__init__.py Loading ...
dirstate.py Loading ...
gitlog.py Loading ...
gitutil.py Loading ...
index.py Loading ...
manifest.py Loading ...