changeset 14184 | 4ab6e2d597cc |
parent 14164 | cb98fed52495 |
child 14213 | 30273f0c776b |
--- 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