Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 20392:d4f804caa0ed
itersubrepos: move to scmutil to break a direct import cycle
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 03 Feb 2014 18:36:00 -0500 |
parents | c697b70f295f |
children | 9e331f1f0573 |
line wrap: on
line diff
--- a/mercurial/localrepo.py Fri Feb 07 02:59:46 2014 +0100 +++ b/mercurial/localrepo.py Mon Feb 03 18:36:00 2014 -0500 @@ -1579,7 +1579,7 @@ r = modified, added, removed, deleted, unknown, ignored, clean if listsubrepos: - for subpath, sub in subrepo.itersubrepos(ctx1, ctx2): + for subpath, sub in scmutil.itersubrepos(ctx1, ctx2): if working: rev2 = None else: