Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

gotorev: close dialog on successful selection

Changeset 3a48f1cc50ee

Parent 491aa0411e77

by Henrik Stuart

Changes to one file · Browse files at 3a48f1cc50ee Showing diff from parent 491aa0411e77 Diff from another changeset...

 
52
53
54
 
55
56
57
 
52
53
54
55
56
57
58
@@ -52,6 +52,7 @@
  revision = self.revEntry.get_text()   if self.gotofunc:   self.gotofunc(revision) + self.destroy()   except mercurial.error.RepoError, e:   gdialog.Prompt(_('Invalid Revision'), str(e), self).run()   self.revEntry.grab_focus()