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: use backslash as path sep for .hg\dirstate

Changeset 14ef74069901

Parent 2d361b5c331f

by Adrian Buehlmann

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

 
231
232
233
234
 
235
236
237
 
231
232
233
 
234
235
236
237
@@ -231,7 +231,7 @@
    unsigned tc = GetTickCount();   - std::string path = hgroot +"/.hg/dirstate"; + std::string path = hgroot + "\\.hg\\dirstate";     struct _stat stat;