Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

status: whitespace cleanup

Changeset 047d5d27fff8

Parent 8bc88bffb8fb

by Steve Borho

Changes to one file · Browse files at 047d5d27fff8 Showing diff from parent 8bc88bffb8fb Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
360
361
362
363
 
 
364
365
366
 
360
361
362
 
363
364
365
366
367
@@ -360,7 +360,8 @@
  self._diffpane.pack1(tree_frame, True, False)   self._diffpane.pack2(diff_frame, True, True)   self._diffpane.set_position(self._setting_pos) - self._diffpane_moved_id = self._diffpane.connect('notify::position', self._diffpane_moved) + self._diffpane_moved_id = self._diffpane.connect('notify::position', + self._diffpane_moved)   self.tree.set_headers_clickable(True)   return self._diffpane