In order to avoid having BlockerDB instantiate a new FakeVartree for each
authorZac Medico <zmedico@gentoo.org>
Sun, 13 Jul 2008 05:29:35 +0000 (05:29 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 13 Jul 2008 05:29:35 +0000 (05:29 -0000)
commitb302a739b30811819796674a937118f57e5d09a3
tree8443f1f0e69923aa98e5061a096251db4f34905e
parent98a46c95c9a4779e7d84cb7a06c4bd6947f30d95
In order to avoid having BlockerDB instantiate a new FakeVartree for each
merge, add a FakeVartree.sync() method and so that the same FakeVartree
can be reused. Package counters and timestamps are used to validate package
instances during each sync() call.

svn path=/main/trunk/; revision=11033
pym/_emerge/__init__.py