commit | adb54ebbc4d87401fb8b364e9c002eb81955118c | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Aug 15 10:28:28 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Aug 15 15:14:11 2013 -0700 |
tree | abad92f596d7281095fca439230e710e0b9e1bda | |
parent | f0b3de3b5c7a06bf309b6169d52c7d6b58785cbc [diff] [blame] |
Add second fileState to avoid incorrect detection of local modifications Change-Id: I80fa339ca8922dfb8ca7511a7279fdacb0358c77
diff --git a/src/file-state.h b/src/file-state.h index 0a8a7b2..b0890a2 100644 --- a/src/file-state.h +++ b/src/file-state.h
@@ -41,7 +41,7 @@ class FileState : public DbHelper { public: - FileState (const boost::filesystem::path &path); + FileState (const boost::filesystem::path &path, bool cow = false); ~FileState (); /**