mercurial/__init__.py
author Siddharth Agarwal <sid0@fb.com>
Wed, 16 Sep 2015 12:36:21 -0700
changeset 26292 007ac1acfcac
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
merge: move merge step to the end Resolving other conflicts before merge ones is better because the state before the merge is as consistent as possible. It will also help with future work involving automatic resolution of merge conflicts with an external merge driver. There are no ordering issues here because it is easy to verify that the same file is never in both the dg/dm and the m sets.