diff -r f89fd07fc51d -r e75aab656f46 mercurial/context.py --- a/mercurial/context.py Thu Mar 06 22:23:26 2008 +0100 +++ b/mercurial/context.py Thu Mar 06 22:23:41 2008 +0100 @@ -7,7 +7,7 @@ from node import nullid, nullrev, short from i18n import _ -import ancestor, bdiff, repo, revlog, util, os, errno +import ancestor, bdiff, revlog, util, os, errno class changectx(object): """A changecontext object makes access to data related to a particular