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

commit: correct error in new code for qnew

Changeset 76265ed84c6e

Parent 8e53281a39e2

by Simon Heimberg

Changes to one file · Browse files at 76265ed84c6e Showing diff from parent 8e53281a39e2 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
511
512
513
514
 
515
516
517
 
511
512
513
 
514
515
516
517
@@ -511,7 +511,7 @@
  if dialog.return_code() == 0:   shell_notify([self.cwd] + files)   if qnew: - self.self.qnew_name.set_text('') + self.qnew_name.set_text('')   self.repo.invalidate()   elif self.qheader is None:   self.text.set_buffer(gtk.TextBuffer())