mercurial/__init__.py
author Siddharth Agarwal <sid0@fb.com>
Fri, 20 Nov 2015 01:14:15 -0800
changeset 27048 86290f6f6599
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
mergestate._resolve: handle change/delete conflicts We will represent a deleted file as 'nullhex' in the in-memory and on-disk merge states. We need to be able to create absentfilectxes in that case, and delete the file from disk rather than try to write it out.