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

Unified Diff: appengine/findit/lib/gitiles/git_repository.py

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: reordering imports Created 4 years, 2 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 | « appengine/findit/lib/gitiles/diff.py ('k') | appengine/findit/lib/gitiles/gitiles_repository.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/lib/gitiles/git_repository.py
diff --git a/appengine/findit/common/repository.py b/appengine/findit/lib/gitiles/git_repository.py
similarity index 89%
rename from appengine/findit/common/repository.py
rename to appengine/findit/lib/gitiles/git_repository.py
index 1e1f0f6288e186421daa18e5371e4f82079b82fe..d11db6ef10c1b90242073b4675aae1fd7a34229a 100644
--- a/appengine/findit/common/repository.py
+++ b/appengine/findit/lib/gitiles/git_repository.py
@@ -4,8 +4,8 @@
# pylint: disable=E0711, W0613, R0201
-class Repository(object): # pragma: no cover
- """An interface for source code repository."""
+class GitRepository(object): # pragma: no cover
+ """An interface for access to a Git repository."""
def GetChangeLog(self, revision):
"""Returns the change log of the given revision."""
« no previous file with comments | « appengine/findit/lib/gitiles/diff.py ('k') | appengine/findit/lib/gitiles/gitiles_repository.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698