Kiln » TortoiseHg » TortoiseHg
Clone URL:  
dirstate.h
1
2
3
4
5
6
7
8
9
10
#ifndef _DIRSTATE_H #define _DIRSTATE_H #include <string> int HgQueryDirstate( const std::string& hgroot, const std::string& abspath, const std::string& relpath, char& outStatus); #endif