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', |
}) |