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

shellext: don't ignore dirstates with unset entries

Changeset 9e9f623e431e

Parent 9247b3c478f9

by Adrian Buehlmann

Changes to one file · Browse files at 9e9f623e431e Showing diff from parent 9247b3c478f9 Diff from another changeset...

 
115
116
117
118
119
120
121
122
123
124
 
125
126
 
127
128
129
 
115
116
117
 
 
 
 
 
 
 
118
119
 
120
121
122
123
@@ -115,15 +115,9 @@
    if (unset)   { - TDEBUG_TRACE("Dirstatecache::get: ignored (unset entries)"); - if (!iter->unset) - { - Thgstatus::update(cwd); - iter->unset = true; - } - return iter->dstate; + TDEBUG_TRACE("Dirstatecache::get: has unset entries");   } - iter->unset = false; + iter->unset = unset;     delete iter->dstate;   iter->dstate = ds.release();