diff --git a/mercurial/crecord.py b/mercurial/crecord.py --- a/mercurial/crecord.py +++ b/mercurial/crecord.py @@ -1600,8 +1600,7 @@ are you sure you want to review/edit and 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"]: