Submitter | phabricator |
---|---|
Date | Jan. 26, 2020, 12:25 a.m. |
Message ID | <8b18cb6d034981975c774f8c45c927a6@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44665/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/hg.py b/mercurial/hg.py --- a/mercurial/hg.py +++ b/mercurial/hg.py @@ -1183,8 +1183,8 @@ repo.ui.status(_(b"aborting the merge, updating back to %s\n") % node[:12]) stats = mergemod.update(repo, node, branchmerge=False, force=True) + assert stats.unresolvedcount == 0 _showstats(repo, stats) - return stats.unresolvedcount > 0 def _incoming(