-
Committer:
John Arbash Meinel
-
Date:
2009-12-02 18:06:02 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4854.
-
Revision ID:
john@arbash-meinel.com-20091202180602-70ja2y4kwb9y3tw7
Lots of tweaks in WorkingTree.
When we can, use get_bytes() rather than get(). However for the cases
where we still use .get() make sure to try/finally:f.close() the
file handle.