Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable rebase: rewrite incomplete rebase exit confirmation dialog

Changeset 7bcff0898ccb

Parent bd1224aad149

by timeless

Changes to one file · Browse files at 7bcff0898ccb Showing diff from parent bd1224aad149 Diff from another changeset...

 
229
230
231
232
233
 
 
234
235
236
 
229
230
231
 
 
232
233
234
235
236
@@ -229,8 +229,8 @@
    def reject(self):   if os.path.exists(self.repo.join('rebasestate')): - main = _('Rebase is incomplete, exiting is not recommended') - text = _('Abort is recommended before exit.') + main = _('Exiting with an unfinished rebase is not recommended.') + text = _('Consider aborting the rebase first.')   labels = ((QMessageBox.Yes, _('&Exit')),   (QMessageBox.No, _('Cancel')))   if not qtlib.QuestionMsgBox(_('Confirm Exit'), main, text,