diff --git a/fetch_command.py b/fetch_command.py index 6333d568ac..51e6c3364a 100644 --- a/fetch_command.py +++ b/fetch_command.py @@ -66,7 +66,7 @@ def fetch_revisions(ui, svn_url, hg_repo_path, skipto_rev=0, stupid=None, for p in r.paths: if hg_editor._is_path_valid(p): valid = True - continue + break if initializing_repo and start > 0: assert False, 'This feature not ready yet.' if valid: