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 hgqt: favor <to working-directory> over <in working-directory>

Changeset bd1224aad149

Parent 3e3cb9cd4027

by timeless

Changes to 3 files · Browse files at bd1224aad149 Showing diff from parent 3e3cb9cd4027 Diff from another changeset...

 
149
150
151
152
 
153
154
155
 
149
150
151
 
152
153
154
155
@@ -149,7 +149,7 @@
  labels = [(QMessageBox.Yes, _('&Discard')),   (QMessageBox.No, _('Cancel'))]   if not qtlib.QuestionMsgBox(_('Confirm Discard'), _('Discard' - ' outstanding changes in working directory?'), + ' outstanding changes to working directory?'),   labels=labels, parent=self):   return   def finished(ret):
 
459
460
461
462
 
463
464
465
 
459
460
461
 
462
463
464
465
@@ -459,7 +459,7 @@
  labels = [(QMessageBox.Yes, _('&Discard')),   (QMessageBox.No, _('Cancel'))]   if not qtlib.QuestionMsgBox(_('Confirm Discard'), _('Discard' - ' outstanding changes in working directory?'), + ' outstanding changes to working directory?'),   labels=labels, parent=self):   return   def finished(ret):
 
213
214
215
216
 
217
218
219
 
213
214
215
 
216
217
218
219
@@ -213,7 +213,7 @@
  labels = [(QMessageBox.Yes, _('&Discard')),   (QMessageBox.No, _('Cancel'))]   if not qtlib.QuestionMsgBox(_('Confirm Discard'), _('Discard' - ' outstanding changes in working directory?'), + ' outstanding changes to working directory?'),   labels=labels, parent=self):   return   def finished(ret):