-
Committer:
Martin Pool
-
Date:
2006-06-06 08:09:09 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1799.
-
Revision ID:
mbp@sourcefrog.net-20060606080909-f7c9ea6defe2e751
Remove Scratch objects used by doctests
Some old doctests rely on special Scratch object which clean up
temporary directory when they're deleted. This is a bit undesirable
because deletion is not predictable and the classes aren't used enough
to be worthwhile.
* Remove ScratchBranch, ScratchDir, ScratchTransport, etc
* Remove old doctests or convert to unittests
* Incidental cleanups