Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

hggtk: remove unused dirname in thgstatus

Changeset 868095870f52

Parent e88d9ce341a3

by Adrian Buehlmann

Changes to one file · Browse files at 868095870f52 Showing diff from parent e88d9ce341a3 Diff from another changeset...

 
13
14
15
16
17
18
19
20
21
 
13
14
15
 
 
 
16
17
18
@@ -13,9 +13,6 @@
 def cachefilepath(repo):   return repo.join("thgstatus")   -def dirname(f): - return f[:max(0, f.rfind("/"))] -  def run(_ui, *pats, **opts):   path = '.'   if opts.get('repository'):