Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2101)

Unified Diff: chrome/common/extensions/docs/server2/file_system.py

Issue 14246037: Devserver: monitor the source code of server2 in svn. When it changes, pin the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/revision_pinner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/revision_pinner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698