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

thgstatus: kill unused lists

Changeset b81d052cabc1

Parent 8305cd593f0b

by Adrian Buehlmann

Changes to one file · Browse files at b81d052cabc1 Showing diff from parent 8305cd593f0b Diff from another changeset...

 
76
77
78
79
 
80
81
82
 
76
77
78
 
79
80
81
82
@@ -76,7 +76,7 @@
  time.sleep(tdelta)     repostate = repo.status() - modified, added, removed, deleted, unknown, ignored, clean = repostate + modified, added, removed, deleted = repostate[:4]   dirstatus = {}   for fn in added:   dirstatus[dirname(fn)] = 'a'