Index: apply_issue.py |
=================================================================== |
--- apply_issue.py (revision 226737) |
+++ apply_issue.py (working copy) |
@@ -144,7 +144,7 @@ |
if scm_type == 'svn': |
scm_obj = checkout.SvnCheckout(full_dir, None, None, None, None) |
elif scm_type == 'git': |
- scm_obj = checkout.GitCheckout(full_dir, None, None) |
+ scm_obj = checkout.GitCheckout(full_dir, None, None, None, None) |
iannucci
2013/10/03 17:50:01
blarg, we should really call these by kwarg. I hav
|
elif scm_type == None: |
scm_obj = checkout.RawCheckout(full_dir, None, None) |
else: |