Comments
Patch
@@ -2147,8 +2147,8 @@
hg._showstats(repo, stats)
if stats[3]:
- repo.ui.status(_("use 'hg resolve' to retry unresolved file merges "
- "or 'hg update -C .' to abandon\n"))
+ repo.ui.status(_('use "hg resolve" to retry unresolved file merges '
+ 'or "hg update -C ." to abort\n'))
if stats[3] > 0:
raise error.Abort('merge conflict between several amendments '
'(this is not automated yet)',
@@ -4044,7 +4044,7 @@
@eh.uisetup
def setupevolveunfinished(ui):
data = ('evolvestate', True, False, _('evolve in progress'),
- _("use 'hg evolve --continue' or 'hg update -C .' to abort"))
+ _('use "hg evolve --continue" or "hg update -C ." to abort'))
cmdutil.unfinishedstates.append(data)
@eh.wrapfunction(hg, 'clean')
@@ -359,7 +359,7 @@
merging a
warning: conflicts while merging a! (edit, then use 'hg resolve --mark')
0 files updated, 0 files merged, 0 files removed, 1 files unresolved
- use 'hg resolve' to retry unresolved file merges or 'hg update -C .' to abandon
+ use "hg resolve" to retry unresolved file merges or "hg update -C ." to abort
abort: merge conflict between several amendments (this is not automated yet)
(/!\ You can try:
/!\ * manual merge + resolve => new cset X