mercurial/__init__.py
author Siddharth Agarwal <sid0@fb.com>
Mon, 30 Nov 2015 16:31:28 -0800
branchstable
changeset 27102 f97bb61b51e6
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
localrepo.commit: check all files for resolve state (issue4972) Previously we were only checking modified files for their resolve state. But a file might be unresolved yet not in the modified state. Handle all such cases properly.