Rev 1799: (mbp) remove Scratch objects in
/home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Tue Jun 20 09:10:39 BST 2006
------------------------------------------------------------
revno: 1799
revision-id: pqm at pqm.ubuntu.com-20060620081038-8eb4543e54b8491c
parent: pqm at pqm.ubuntu.com-20060620063849-400861427a3a9ff1
parent: mbp at sourcefrog.net-20060620075543-b10f6575d4a4fa32
committer: Canonical.com Patch Queue Manager<pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2006-06-20 09:10:38 +0100
message:
(mbp) remove Scratch objects
modified:
HACKING HACKING-20050805200004-2a5dc975d870f78c
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/bzrdir.py bzrdir.py-20060131065624-156dfea39c4387cb
bzrlib/doc/api/__init__.py __init__.py-20051224020744-7b87d590843855bc
bzrlib/doc/api/branch.txt branch.txt-20060130010728-d96c35d50b205aed
bzrlib/tests/__init__.py selftest.py-20050531073622-8d0e3c8845c97a64
bzrlib/tests/workingtree_implementations/test_workingtree.py test_workingtree.py-20060203003124-817757d3e31444fb
bzrlib/transport/local.py local_transport.py-20050711165921-9b1f142bfe480c24
bzrlib/workingtree.py workingtree.py-20050511021032-29b6ec0a681e02e3
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060620075543-b10f6575d4a4fa32
parent: mbp at sourcefrog.net-20060606080909-f7c9ea6defe2e751
parent: pqm at pqm.ubuntu.com-20060620063849-400861427a3a9ff1
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.mbp.remove-scratch
timestamp: Tue 2006-06-20 17:55:43 +1000
message:
[merge] bzr.dev
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060606080909-f7c9ea6defe2e751
parent: pqm at pqm.ubuntu.com-20060604105531-0071ce43b2156b7a
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.mbp.remove-scratch
timestamp: Tue 2006-06-06 09:09:09 +0100
message:
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
More information about the bazaar-commits
mailing list