src/settings.h

changeset 3
c87bde92805f
parent 1
9bf126bc825c
child 5
60c2588b4455
equal deleted inserted replaced
2:7384ebae6b7c 3:c87bde92805f
36 struct settings { 36 struct settings {
37 std::string hg{"/usr/bin/hg"}; 37 std::string hg{"/usr/bin/hg"};
38 std::string git{"/usr/bin/git"}; 38 std::string git{"/usr/bin/git"};
39 std::vector<std::string> paths; 39 std::vector<std::string> paths;
40 unsigned char depth = 1; 40 unsigned char depth = 1;
41 bool nopull = false; 41 bool update_repos = true;
42 bool separate = false; 42 bool separate = false;
43 unsigned short year = SETTINGS_CURRENT_YEAR; 43 unsigned short year = SETTINGS_CURRENT_YEAR;
44 }; 44 };
45 45
46 } 46 }

mercurial