Chromium Code Reviews| Index: apply_issue.py |
| =================================================================== |
| --- apply_issue.py (revision 220987) |
| +++ 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.GitCheckoutBase(full_dir, None, None) |
| + scm_obj = checkout.GitCheckout(full_dir, None, None) |
| elif scm_type == None: |
| scm_obj = checkout.RawCheckout(full_dir, None, None) |
| else: |