diff fetch_command.py @ 166:db88e528e8e6

Fixed typo: "continue" should have been "break".
author Martin Geisler <mg@daimi.au.dk>
date Tue, 30 Dec 2008 19:24:16 -0600
parents fdc249cd1a0a
children 3cd6a7354207
line wrap: on
line diff
--- 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: