Show More
@@ -2956,6 +2956,7 b' class localrepository(object):' | |||
|
2956 | 2956 | or self.ui.configbool(b'ui', b'allowemptycommit') |
|
2957 | 2957 | ) |
|
2958 | 2958 | if not allowemptycommit: |
|
2959 | ms.reset() | |
|
2959 | 2960 | return None |
|
2960 | 2961 | |
|
2961 | 2962 | if merge and cctx.deleted(): |
@@ -61,6 +61,9 b'' | |||
|
61 | 61 | * `hg debugmergestate` output format changed. Let us know if that is |
|
62 | 62 | causing you problems and we'll roll it back. |
|
63 | 63 | |
|
64 | * Resolved merge conflicts are now cleared by `hg commit` even if the | |
|
65 | working copy has no changes. | |
|
66 | ||
|
64 | 67 | |
|
65 | 68 | == Internal API Changes == |
|
66 | 69 |
General Comments 0
You need to be logged in to leave comments.
Login now