Skip to content
Snippets Groups Projects
Commit e012a200 authored by Matt Mackall's avatar Matt Mackall
Browse files

record: add checkunfinished support (issue3955)

parent 607191a4
No related branches found
No related tags found
No related merge requests found
......@@ -519,6 +519,7 @@
will be left in place, so the user can continue working.
"""
cmdutil.checkunfinished(repo, commit=True)
merge = len(repo[None].parents()) > 1
if merge:
raise util.Abort(_('cannot partially commit a merge '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment