Index: tests/git_cl_test.py |
=================================================================== |
--- tests/git_cl_test.py (revision 141621) |
+++ tests/git_cl_test.py (working copy) |
@@ -146,6 +146,9 @@ |
((['git', 'symbolic-ref', 'HEAD'],), 'refs/heads/working'), |
((['git', 'config', 'branch.working.merge'],), 'refs/heads/master'), |
((['git', 'config', 'branch.working.remote'],), 'origin'), |
+ ((['git', 'rev-list', '--merges', |
+ '--grep="^SVN changes up to revision [0-9]*$"', |
+ 'refs/remotes/origin/master^!'],), ''), |
((['git', 'update-index', '--refresh', '-q'],), ''), |
((['git', 'diff-index', 'HEAD'],), ''), |
((['git', 'rev-list', '^refs/heads/working', |
@@ -197,6 +200,8 @@ |
'refs/heads/git-cl-commit'],), |
(('', None), 0)), |
((['git', 'branch', '-D', 'git-cl-commit'],), ''), |
+ ((['git', 'show-ref', '--quiet', '--verify', |
+ 'refs/heads/git-cl-cherry-pick'],), ''), |
((['git', 'rev-parse', '--show-cdup'],), '\n'), |
((['git', 'checkout', '-q', '-b', 'git-cl-commit'],), ''), |
((['git', 'reset', '--soft', 'refs/remotes/origin/master'],), ''), |