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

shellext: update thgstatus when reading dirstate

Changeset dac9f3a54301

Parent f70076f5bd35

by Adrian Buehlmann

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

 
135
136
137
 
 
138
139
140
 
135
136
137
138
139
140
141
142
@@ -135,6 +135,8 @@
  iter->dstate_mtime = stat.mtime;   iter->dstate_size = stat.size;   + Thgstatus::update(cwd); +   return iter->dstate;  }