Show More
@@ -28,7 +28,6 b' from . import (' | |||
|
28 | 28 | bundle2, |
|
29 | 29 | changegroup, |
|
30 | 30 | changelog, |
|
31 | cmdutil, | |
|
32 | 31 | context, |
|
33 | 32 | dirstate, |
|
34 | 33 | dirstateguard, |
@@ -42,6 +41,7 b' from . import (' | |||
|
42 | 41 | manifest, |
|
43 | 42 | match as matchmod, |
|
44 | 43 | merge as mergemod, |
|
44 | mergeutil, | |
|
45 | 45 | namespaces, |
|
46 | 46 | obsolete, |
|
47 | 47 | pathutil, |
@@ -1630,7 +1630,7 b' class localrepository(object):' | |||
|
1630 | 1630 | raise error.Abort(_("cannot commit merge with missing files")) |
|
1631 | 1631 | |
|
1632 | 1632 | ms = mergemod.mergestate.read(self) |
|
1633 |
|
|
|
1633 | mergeutil.checkunresolved(ms) | |
|
1634 | 1634 | |
|
1635 | 1635 | if editor: |
|
1636 | 1636 | cctx._text = editor(self, cctx, subs) |
General Comments 0
You need to be logged in to leave comments.
Login now