diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -618,6 +618,7 @@ def _Init(args, gitc_init=False): | |||
618 | "REPO_URL set correctly?" % url, file=sys.stderr) | 618 | "REPO_URL set correctly?" % url, file=sys.stderr) |
619 | 619 | ||
620 | except CloneFailure: | 620 | except CloneFailure: |
621 | print('fatal: double check your --repo-rev setting.', file=sys.stderr) | ||
621 | if opt.quiet: | 622 | if opt.quiet: |
622 | print('fatal: repo init failed; run without --quiet to see why', | 623 | print('fatal: repo init failed; run without --quiet to see why', |
623 | file=sys.stderr) | 624 | file=sys.stderr) |