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

stable synch: set lastcmd when performing an update

Fixes #590

Changeset 2b968b4adf8f

Parent 025b3924a4d3

by Steve Borho

Changes to one file · Browse files at 2b968b4adf8f Showing diff from parent 025b3924a4d3 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
337
338
339
 
 
340
341
342
343
344
345
 
337
338
339
340
341
342
343
 
344
345
346
@@ -337,9 +337,10 @@
    def _update_to_tip(self, button):   # execute command and show output on text widget + cmdline = ['update', '-v'] + self.lastcmd = cmdline   gobject.timeout_add(10, self.process_queue)   self.write("", False) - cmdline = ['update', '-v']   self.hgthread = hgthread.HgThread(cmdline)   self.hgthread.start()   self.stbar.begin()