Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc2, 0.4rc3, and 0.4rc4

hggtk/hgcmd: auto-scroll output window

Changeset bf9563c56915

Parent 90031af24319

by TK Soh

Changes to one file · Browse files at bf9563c56915 Showing diff from parent 90031af24319 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgcmd.py Stacked
 
114
115
116
 
117
118
119
 
114
115
116
117
118
119
120
@@ -114,6 +114,7 @@
  msg = self.hgthread.getqueue().get(0)   msg = unicode(msg, 'iso-8859-1')   self.textbuffer.insert(enditer, msg) + self.textview.scroll_to_mark(self.textbuffer.get_insert(), 0)   except Queue.Empty:   pass   self.update_progress()