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

Unified Diff: tests/gclient_scm_test.py

Issue 9443047: Fix compatibility with Xcode4.3 git (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools/
Patch Set: Created 8 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 | « scm.py ('k') | 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 123393)
+++ tests/gclient_scm_test.py (working copy)
@@ -948,7 +948,7 @@
"\n_____ foo at refs/heads/master\n\n"
"________ running 'git clone --progress -b master --verbose %s %s'"
" in '%s'\n"
- "Cloning into %s...\ndone.\n") % (
+ "Cloning into '%s'...\ndone.\n") % (
join(self.root_dir, '.', '.git'),
join(root_dir, 'foo'),
root_dir,
@@ -1263,7 +1263,7 @@
"\n_____ foo at refs/heads/master\n\n"
"________ running 'git clone --progress -b master --verbose %s %s'"
" in '%s'\n"
- "Cloning into %s...\ndone.\n") % (
+ "Cloning into '%s'...\ndone.\n") % (
join(self.root_dir, '.', '.git'),
join(root_dir, 'foo'),
root_dir,
« no previous file with comments | « scm.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698