Convert tree comparer into a generator.
commit18c66e43fcc634e3efb1f52cc10560e5bc4c91f5
authorDavid Brown <asure@davidb.org>
Sat, 29 Dec 2007 20:19:30 +0000 (29 12:19 -0800)
committerDavid Brown <asure@davidb.org>
Sat, 29 Dec 2007 20:19:30 +0000 (29 12:19 -0800)
treeb53a3b8504894ade638d7252d90ef6c73169f452
parent8f5944df73a47b4736ffa8d780870f19b5a6b0a3
Convert tree comparer into a generator.

Change the tree comparer class run() method to itself be a generator,
of whatever the handlers want to generate.  This will allow update and
even scanning for hashes to be implemented using this same class.
asure.py