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

Unified Diff: tests/gclient_scm_test.py

Issue 440263002: Revert of Add --no-history option to fetch and gclient for shallow clones. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 4 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 | « gclient_utils.py ('k') | tests/gclient_smoketest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_scm_test.py
diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py
index 3dd175c69e292c1bb203216530b5c3833214c91b..e33ee0232fa4198f4513f4fb5b598abab6b21c17 100755
--- a/tests/gclient_scm_test.py
+++ b/tests/gclient_scm_test.py
@@ -704,10 +704,10 @@
'--ignore-externals'],
cwd=self.root_dir,
file_list=[])
-
+
gclient_scm.scm.SVN._CaptureInfo([], self.base_path+'/.'
).AndReturn({'Revision': 100})
-
+
self.mox.ReplayAll()
scm = self._scm_wrapper(url=self.url, root_dir=self.root_dir,
relpath=self.relpath)
@@ -784,7 +784,6 @@
self.force = False
self.reset = False
self.nohooks = False
- self.no_history = False
self.upstream = False
self.cache_dir = None
self.merge = False
@@ -1206,7 +1205,7 @@
def checkstdout(self, expected):
value = sys.stdout.getvalue()
- sys.stdout.close()
+ sys.stdout.close()
# pylint: disable=E1101
self.assertEquals(expected, strip_timestamps(value))
« no previous file with comments | « gclient_utils.py ('k') | tests/gclient_smoketest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698