Fixed typo: "continue" should have been "break".

This commit is contained in:
Martin Geisler 2008-12-30 19:24:16 -06:00
parent 76c7749e87
commit 53c5143055

View File

@ -66,7 +66,7 @@ def fetch_revisions(ui, svn_url, hg_repo_path, skipto_rev=0, stupid=None,
for p in r.paths: for p in r.paths:
if hg_editor._is_path_valid(p): if hg_editor._is_path_valid(p):
valid = True valid = True
continue break
if initializing_repo and start > 0: if initializing_repo and start > 0:
assert False, 'This feature not ready yet.' assert False, 'This feature not ready yet.'
if valid: if valid: