diff -r d9539959167d -r ee56a86e2782 mercurial/crecord.py --- 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"]: