| Index: tests/git_cl_test.py
 | 
| ===================================================================
 | 
| --- tests/git_cl_test.py	(revision 188803)
 | 
| +++ tests/git_cl_test.py	(working copy)
 | 
| @@ -166,6 +166,9 @@
 | 
|        ((['git', 'config', 'branch.master.rietveldserver',
 | 
|            'https://codereview.example.com'],), ''),
 | 
|        ((['git', 'config', 'branch.master.rietveldpatchset', '2'],), ''),
 | 
| +      ((['git', 'rev-parse', 'HEAD'],), 'hash'),
 | 
| +      ((['git', 'symbolic-ref', 'HEAD'],), 'hash'),
 | 
| +      ((['git', 'config', 'branch.hash.last-upload-hash', 'hash'],), ''),
 | 
|      ]
 | 
|  
 | 
|    @staticmethod
 | 
| 
 |