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

dirstate.cpp: fix when compiling with DEBUG

Changeset 284985adfc69

Parent 2842dbe8bf16

by Adrian Buehlmann

Changes to one file · Browse files at 284985adfc69 Showing diff from parent 2842dbe8bf16 Diff from another changeset...

 
331
332
333
334
 
335
336
337
 
331
332
333
 
334
335
336
337
@@ -331,7 +331,7 @@
  return 0;   }   - TDEBUG_TRACE("HgQueryDirstateFile: pd->num_entries = " << pd->num_entries); + TDEBUG_TRACE("HgQueryDirstateFile: pd->entries.size() = " << pd->entries.size());   TDEBUG_TRACE("HgQueryDirstateFile: relpathloc = " << relpathloc);     for (unsigned ix = 0; ix < pd->entries.size(); ix++)