Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.3, 1.0, and 1.0.1

stable shellext: always set ticks return value in hasHgDir

some code paths did not set it

Changeset 40201728edaf

Parent 816bc1709037

by Adrian Buehlmann

Changes to one file · Browse files at 40201728edaf Showing diff from parent 816bc1709037 Diff from another changeset...

 
45
46
47
 
 
48
49
50
 
45
46
47
48
49
50
51
52
@@ -45,6 +45,8 @@
   bool hasHgDir(char cls, const std::string& path, unsigned& ticks)  { + ticks = 0; +   bool res = false;     if (path.empty() || path == "\\" || ::PathIsRoot(path.c_str()))