Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

commit: give a different text for the title of add/remove confirmation dialog

Changeset 3fa6d2fa368e

Parent 1b8ec70bf7af

by Giampaolo Fadel

Changes to one file · Browse files at 3fa6d2fa368e Showing diff from parent 1b8ec70bf7af Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
538
539
540
541
 
542
543
544
 
538
539
540
 
541
542
543
544
@@ -538,7 +538,7 @@
  return True   else:   response = gdialog.Confirm(_('Confirm Add/Remove'), - files, self).run() + files, self,_('Add/Remove the following files?')).run()   if response == gtk.RESPONSE_YES:   # This will stay set for further commits (meaning no   # more prompts). Problem?