-
Committer:
John Arbash Meinel
-
Date:
2007-07-25 21:26:30 UTC
-
mto:
(2592.3.51 repository)
-
mto:
This revision was merged to the branch mainline in
revision
2653.
-
Revision ID:
john@arbash-meinel.com-20070725212630-31m6ichxpr1f8mlk
Avoid set.difference_update(other) because it is slow when other is big.
Also, use a_weave.get_graph() rather than re-implementing it in
knitrepo.py. Further, don't call get_graph() if you aren't going to use it.