diff mercurial/crecord.py @ 42569:756326d54761

crecord: stop using test-only "X" as alternative for "c" Differential Revision: https://phab.mercurial-scm.org/D6617
author Kyle Lippincott <spectral@google.com>
date Mon, 08 Jul 2019 12:15:37 -0700
parents 80103ed2e8ee
children 75fd9421440b
line wrap: on
line diff
--- a/mercurial/crecord.py	Sat Jul 06 22:19:36 2019 +0530
+++ b/mercurial/crecord.py	Mon Jul 08 12:15:37 2019 -0700
@@ -1742,8 +1742,6 @@
             self.toggleamend(self.opts, test)
         elif keypressed in ["c"]:
             return True
-        elif test and keypressed in ['X']:
-            return True
         elif keypressed in ["r"]:
             if self.reviewcommit():
                 self.opts['review'] = True