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

Unified Diff: tests/fake_repos.py

Issue 6873110: Add --transitive flag. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools/
Patch Set: '' Created 9 years, 8 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/fake_repos.py
===================================================================
--- tests/fake_repos.py (revision 82287)
+++ tests/fake_repos.py (working copy)
@@ -595,6 +595,10 @@
'origin': 'git/repo_4@1\n',
})
+ self._commit_git('repo_1', {
M-A Ruel 2011/04/20 15:43:28 If you don't mind, I'd almost prefer you to do thi
Florian Loitsch 2011/04/20 18:32:01 done. I started differently (no git), so I did it
+ 'origin': 'git/repo_1@2\n',
+ })
+
self._commit_git('repo_4', {
'origin': 'git/repo_4@2\n',
})
@@ -628,7 +632,7 @@
# TODO(maruel): http://crosbug.com/3591 We need to strip the hash.. duh.
'hash': self.git_hashes['repo_2'][1][0][:7]
},
- 'origin': 'git/repo_1@2\n',
+ 'origin': 'git/repo_1@3\n',
})

Powered by Google App Engine
This is Rietveld 408576698