D789: merge: add option to abort merge process on failure
mbthomas (Mark Thomas)
phabricator at mercurial-scm.org
Tue Sep 26 13:59:45 UTC 2017
mbthomas requested changes to this revision.
mbthomas added inline comments.
INLINE COMMENTS
> filemerge.py:537
> + def onerr(*args):
> + msg = _('merge aborted due to nonrzero mergetool return code')
> + raise error.Abort(msg)
Typo: `nonrzero`.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D789
To: ryanmce, #hg-reviewers, quark, yuja, mbthomas
Cc: mbthomas, yuja, quark, mercurial-devel
More information about the Mercurial-devel
mailing list