Chromium Code Reviews| Index: trychange.py |
| diff --git a/trychange.py b/trychange.py |
| index 0360d4fa4f7d72a7bc9f9a37daf25a9abaa75e08..88129e72be5bfea87f5c3b09d34dcd8d3cc8a9f7 100755 |
| --- a/trychange.py |
| +++ b/trychange.py |
| @@ -656,7 +656,7 @@ def TryChange(argv, |
| checkouts = [] |
| path = os.getcwd() |
| if options.upstream_branch: |
| - path += '@' + options.upstream_branch |
| + path += '@' + options.upstream_branch |
| checkouts.append(GuessVCS(options, path)) |
| checkouts[0].AutomagicalSettings() |
| for item in options.sub_rep: |