Index: tests/git_cl_test.py |
=================================================================== |
--- tests/git_cl_test.py (revision 244759) |
+++ tests/git_cl_test.py (working copy) |
@@ -178,6 +178,7 @@ |
((['git', 'log', '--pretty=format:%s\n\n%b', |
'fake_ancestor_sha..HEAD'],), |
'desc\n'), |
+ ((['git', 'config', 'rietveld.bug-prefix'],), ''), |
] |
@classmethod |
@@ -670,6 +671,8 @@ |
'rietveld.tree-status-url'],), ''), |
((['git', 'config', '--unset-all', |
'rietveld.viewvc-url'],), ''), |
+ ((['git', 'config', '--unset-all', |
+ 'rietveld.bug-prefix'],), ''), |
((['git', 'config', 'gerrit.host', |
'gerrit.chromium.org'],), ''), |
# DownloadHooks(False) |
@@ -695,6 +698,8 @@ |
((['git', 'config', 'rietveld.viewvc-url'],), ''), |
(('ViewVC URL:',), ''), |
# DownloadHooks(True) |
+ ((['git', 'config', 'rietveld.bug-prefix'],), ''), |
+ (('Bug Prefix:',), ''), |
((commit_msg_path, os.X_OK,), True), |
] |
git_cl.main(['config']) |