Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

repomodel: simplify the clear method

Changeset 23f7b1ba052a

Parent 6709e3401d67

by Steve Borho

Changes to one file · Browse files at 23f7b1ba052a Showing diff from parent 6709e3401d67 Diff from another changeset...

 
429
430
431
432
 
433
434
435
436
437
438
 
429
430
431
 
432
433
434
 
 
 
435
@@ -429,10 +429,7 @@
  return None     def clear(self): - """empty the list""" + 'empty the list'   self.graph = None   self._datacache = {} - self.notify_data_changed() - - def notify_data_changed(self):   self.emit(SIGNAL("layoutChanged()"))