Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek overlay: use the dirstate file to detect a kbfiles repository

Changeset 6a09fd69d6ed

Parent 3169b586a4d9

by David Golub

Changes to one file · Browse files at 6a09fd69d6ed Showing diff from parent 3169b586a4d9 Diff from another changeset...

 
95
96
97
98
 
99
100
101
 
95
96
97
 
98
99
100
101
@@ -95,7 +95,7 @@
  if ((pos = p.find("\\.kbf\\")) != std::string::npos)   {   p.resize(pos); - p += "\\.hg\\kilnbfiles"; + p += "\\.hg\\kilnbfiles\\dirstate";   Winstat64 stat;   if (stat.lstat(p.c_str()) == 0)   {