Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable commit: fix confirm message when undo last commit

Changeset 1dc8771a7a8f

Parent 2f4d5ab2ae33

by Yuki KODAMA

Changes to one file · Browse files at 1dc8771a7a8f Showing diff from parent 2f4d5ab2ae33 Diff from another changeset...

 
981
982
983
984
 
985
986
987
 
981
982
983
 
984
985
986
987
@@ -981,7 +981,7 @@
    def undo_clicked(self, toolbutton, data=None):   response = gdialog.Confirm(_('Confirm Undo Commit'), - [], self, _('Undo last commit')).run() + [], self, _('Undo last commit?')).run()   if response != gtk.RESPONSE_YES:   return