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: tweak trace output text

Changeset 2d361b5c331f

Parent 1df8964a92f5

by Adrian Buehlmann

Changes to one file · Browse files at 2d361b5c331f Showing diff from parent 1df8964a92f5 Diff from another changeset...

 
348
349
350
351
 
352
353
354
 
348
349
350
 
351
352
353
354
@@ -348,7 +348,7 @@
  struct _stat stat;   if (0 != lstat(path.c_str(), stat))   { - TDEBUG_TRACE("HgQueryDirstate: lstat(" << path << ") fails"); + TDEBUG_TRACE("HgQueryDirstate: lstat(" << path << ") failed");   return 0;   }