mercurial/__init__.py
author Siddharth Agarwal <sid0@fb.com>
Thu, 15 Oct 2015 01:22:01 -0700
changeset 26787 64848559413a
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
merge.applyupdates: call driverconclude after performing merge actions This will be a chance for the merge driver to finish resolving or generating any driver-resolved files. As before, having a separate error state from 'unresolved' is too big a refactoring for now, so we hack around it by setting unresolved to a positive value when necessary.