| Index: tests/git_cl_test.py
|
| ===================================================================
|
| --- tests/git_cl_test.py (revision 142106)
|
| +++ tests/git_cl_test.py (working copy)
|
| @@ -148,7 +148,7 @@
|
| ((['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]*$"',
|
| + '--grep=^SVN changes up to revision [0-9]*$',
|
| 'refs/remotes/origin/master^!'],), ''),
|
| ((['git', 'update-index', '--refresh', '-q'],), ''),
|
| ((['git', 'diff-index', 'HEAD'],), ''),
|
|
|