##// END OF EJS Templates
crecord: drop the extra confirmation screen...
Pierre-Yves David -
r28925:ee56a86e default
parent child Browse files
Show More
@@ -1600,8 +1600,7 b' are you sure you want to review/edit and'
1600 elif keypressed in ['a']:
1600 elif keypressed in ['a']:
1601 self.toggleamend(self.opts, test)
1601 self.toggleamend(self.opts, test)
1602 elif keypressed in ["c"]:
1602 elif keypressed in ["c"]:
1603 if self.confirmcommit():
1603 return True
1604 return True
1605 elif test and keypressed in ['X']:
1604 elif test and keypressed in ['X']:
1606 return True
1605 return True
1607 elif keypressed in ["r"]:
1606 elif keypressed in ["r"]:
General Comments 0
You need to be logged in to leave comments. Login now