| Index: chrome/common/extensions/docs/server2/file_system.py
|
| diff --git a/chrome/common/extensions/docs/server2/file_system.py b/chrome/common/extensions/docs/server2/file_system.py
|
| index da0bbcb051bccaa00eba0b32aa0ccb73775fb01d..6be6988c3043a0f32513dc66c51322f823e060bb 100644
|
| --- a/chrome/common/extensions/docs/server2/file_system.py
|
| +++ b/chrome/common/extensions/docs/server2/file_system.py
|
| @@ -56,6 +56,8 @@ class FileSystem(object):
|
| return self.Read([path], binary=binary).Get()[path]
|
|
|
| # TODO(cduvall): Allow Stat to take a list of paths like Read.
|
| + # TODO(kalman): Make stat values always (incrementing) ints.
|
| + # GithubFileSystem can use the timestamp of the patch rather than the hash?
|
| def Stat(self, path):
|
| '''Returns a |StatInfo| object containing the version of |path|. If |path|
|
| is a directory, |StatInfo| will have the versions of all the children of
|
|
|