Mercurial > public > mercurial-scm > hg
diff mercurial/discovery.py @ 14184:4ab6e2d597cc
fix errors reported by pyflakes test
author | Sune Foldager <cryo@cyanite.org> |
---|---|
date | Wed, 04 May 2011 19:27:55 +0200 |
parents | cb98fed52495 |
children | 30273f0c776b |
line wrap: on
line diff
--- a/mercurial/discovery.py Wed May 04 08:21:50 2011 -0500 +++ b/mercurial/discovery.py Wed May 04 19:27:55 2011 +0200 @@ -7,7 +7,7 @@ from node import nullid, short from i18n import _ -import util, error, setdiscovery, treediscovery +import util, setdiscovery, treediscovery def findcommonincoming(repo, remote, heads=None, force=False): """Return a tuple (common, anyincoming, heads) used to identify the common