mercurial/crecord.py
changeset 28925 ee56a86e2782
parent 28861 86db5cb55d46
child 28926 0411b7998d9b
--- a/mercurial/crecord.py	Fri Apr 15 20:37:11 2016 +0900
+++ b/mercurial/crecord.py	Thu Apr 14 01:27:18 2016 -0700
@@ -1600,8 +1600,7 @@
         elif keypressed in ['a']:
             self.toggleamend(self.opts, test)
         elif keypressed in ["c"]:
-            if self.confirmcommit():
-                return True
+            return True
         elif test and keypressed in ['X']:
             return True
         elif keypressed in ["r"]: