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

repowidget: remove stale leftover run()

Changeset c25c90f52ce0

Parent f112b7aeefc2

by Adrian Buehlmann

Changes to one file · Browse files at c25c90f52ce0 Showing diff from parent f112b7aeefc2 Diff from another changeset...

 
480
481
482
483
484
485
486
487
488
489
 
480
481
482
 
 
 
 
 
 
 
@@ -480,10 +480,3 @@
  for n in self.splitternames:   s.setValue(wb + n, getattr(self, n).saveState())   return True - -def run(ui, *pats, **opts): - repo = None - root = paths.find_root() - if root: - repo = hg.repository(ui, path=root) - return Workbench(repo)