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: save QueryState in unknown dir case

Changeset 6f56035923d6

Parent e45438360d15

by Adrian Buehlmann

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

 
181
182
183
 
 
184
 
185
186
187
 
181
182
183
184
185
186
187
188
189
190
@@ -181,7 +181,10 @@
  {   Dirstate* pds2 = Dirstatecache::get(cur.hgroot, cur.basedir);   if (pds2 && !pds2->root().getdir(relpath)) + { + last = cur;   return 0; // unknown dir -> no icon + }   }     DirectoryStatus* pds = DirectoryStatus::get(cur.hgroot, cur.basedir);