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

hgext/thgstatus.py: remove yet another unused variable

Changeset badc5cad6dc6

Parent 6d96c577e16a

by Adrian Buehlmann

Changes to one file · Browse files at badc5cad6dc6 Showing diff from parent 6d96c577e16a Diff from another changeset...

 
24
25
26
27
 
28
29
30
 
24
25
26
 
27
28
29
30
@@ -24,7 +24,7 @@
 def dirname(f):   return '/'.join(f.split('/')[:-1])   -def thgstatus(ui, repo, source='default', **opts): +def thgstatus(ui, repo, **opts):   '''update directory status cache for TortoiseHg     Caches the information provided by 'hg status' in the file .hg/thgstatus