Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

Merge with stable

Changeset d06b345893f5

Parents 6f8ea4eab7f0

Parents c2886a8151ab

by Steve Borho

Changes to 2 files · Browse files at d06b345893f5 Showing diff from parent 6f8ea4eab7f0 c2886a8151ab Diff from another changeset...

Change 1 of 1 Show Entire File .hgtags Stacked
 
53
54
55
 
 
53
54
55
56
@@ -53,3 +53,4 @@
 81a60ce2dba7178e834ac46b0c996bee38380e77 2.0  ee531052f78b11dafe1d8c7ab9cfb95b4854be38 2.0.1  5333ccf1184864720c1d3690df94fa47df80bf02 2.0.2 +d5cd872f61fde0c1d1b279af4f3b90ff6ade3161 2.0.3
 
144
145
146
147
 
 
148
149
150
 
144
145
146
 
147
148
149
150
151
@@ -144,7 +144,8 @@
  QDialog.accept(self)   return   if not qtlib.QuestionMsgBox(_('Confirm file deletions'), - _('Are you sure you want to delete these files and/or folders?')): + _('Are you sure you want to delete these files and/or folders?'), + parent=self):   return     def completed():