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

Unified Diff: tests/git_freezer_test.py

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: one more argparse Created 6 years, 9 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
Index: tests/git_freezer_test.py
diff --git a/tests/git_freezer_test.py b/tests/git_freezer_test.py
index 51aa46234cf6dba116645ce2252facb918f28a96..e74124c9782270cc98d68edfb6e5936560c215b3 100755
--- a/tests/git_freezer_test.py
+++ b/tests/git_freezer_test.py
@@ -22,7 +22,7 @@ class GitFreezeThaw(git_test_utils.GitRepoReadWriteTestBase):
import git_freezer
cls.gf = git_freezer
- REPO = """
+ REPO_SCHEMA = """
A B C D
B E D
"""

Powered by Google App Engine
This is Rietveld 408576698