# HG changeset patch
# User Martin Geisler <mg@daimi.au.dk>
# Date 1230686656 21600
# Node ID db88e528e8e6a68c653970583689b90db6e32e5b
# Parent  a052502611021f88d9ea3c6ee70f6e18d3a472a4
Fixed typo: "continue" should have been "break".

diff --git a/fetch_command.py b/fetch_command.py
--- a/fetch_command.py
+++ b/fetch_command.py
@@ -66,7 +66,7 @@ def fetch_revisions(ui, svn_url, hg_repo
         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: