D1381: crecord: fix revert -ir '.^' crash caused by 3649c3f2cd

quark (Jun Wu) phabricator at mercurial-scm.org
Fri Nov 17 09:12:23 EST 2017


This revision was automatically updated to reflect the committed changes.
quark marked an inline comment as done.
Closed by commit rHGc220bdd610da: crecord: fix revert -ir '.^' crash caused by 3649c3f2cd (authored by quark, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1381?vs=3494&id=3592

REVISION DETAIL
  https://phab.mercurial-scm.org/D1381

AFFECTED FILES
  mercurial/crecord.py

CHANGE DETAILS

diff --git a/mercurial/crecord.py b/mercurial/crecord.py
--- a/mercurial/crecord.py
+++ b/mercurial/crecord.py
@@ -555,7 +555,7 @@
     return chunkselector.opts
 
 _headermessages = { # {operation: text}
-    'revert': _('Select hunks to revert'),
+    'apply': _('Select hunks to apply'),
     'discard': _('Select hunks to discard'),
     None: _('Select hunks to record'),
 }



To: quark, #hg-reviewers, lothiraldan, dlax
Cc: martinvonz, lothiraldan, mercurial-devel


More information about the Mercurial-devel mailing list