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

shellext: remove implicit coercion

Changeset dcb0cff283ee

Parent e47ed9bcdf5d

by Henrik Stuart

Changes to one file · Browse files at dcb0cff283ee Showing diff from parent e47ed9bcdf5d Diff from another changeset...

 
31
32
33
34
 
35
36
37
 
42
43
44
45
 
46
47
48
 
31
32
33
 
34
35
36
37
 
42
43
44
 
45
46
47
48
@@ -31,7 +31,7 @@
 {  public:   std::string path; - bool isdir; + BOOL isdir;   std::string basedir;   std::string hgroot;   @@ -42,7 +42,7 @@
 };     -bool hasHgDir(std::string path) +BOOL hasHgDir(std::string path)  {   path += "\\.hg";   return PathIsDirectory(path.c_str());