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

Unified Diff: tests/gclient_scm_test.py

Issue 650039: Forgot to include the test change. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/depot_tools/
Patch Set: Created 10 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_scm_test.py
===================================================================
--- tests/gclient_scm_test.py (revision 39412)
+++ tests/gclient_scm_test.py (working copy)
@@ -42,6 +42,7 @@
self.manually_grab_svn_rev = True
self.deps_os = None
self.force = False
+ self.reset = False
self.nohooks = False
def Options(self, *args, **kwargs):
@@ -289,6 +290,7 @@
self.manually_grab_svn_rev = True
self.deps_os = None
self.force = False
+ self.reset = False
self.nohooks = False
sample_git_import = """blob
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698