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 unused variable

Changeset 6d96c577e16a

Parent 31783ddd5b0e

by Adrian Buehlmann

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

 
48
49
50
51
52
53
54
 
48
49
50
 
51
52
53
@@ -48,7 +48,6 @@
  dirstatus[dirname(fn)] = 'r'   f = open(cachefilepath(repo), 'wb')   for dn in sorted(dirstatus): - s = dirstatus[dn]   f.write(dirstatus[dn] + dn + '\n')   f.close()