Rev 1584: LocalTransport quoting fix from ddaa in
/home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Fri Mar 10 14:31:02 GMT 2006
------------------------------------------------------------
revno: 1584
revision-id: pqm at pqm.ubuntu.com-20060310143059-b93853acc89f3a6b
parent: pqm at pqm.ubuntu.com-20060310021935-2da34b3a9b5d5e25
parent: mbp at sourcefrog.net-20060310084726-11b359658759d929
committer: Canonical.com Patch Queue Manager<pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2006-03-10 14:30:59 +0000
message:
LocalTransport quoting fix from ddaa
removed:
bzrlib/tests/test_reweave.py.moved test_reweave.py-20060302012326-a582932ad7879ccd
modified:
bzrlib/bzrdir.py bzrdir.py-20060131065624-156dfea39c4387cb
bzrlib/transport/__init__.py transport.py-20050711165921-4978aa7ce1285ad5
bzrlib/transport/local.py local_transport.py-20050711165921-9b1f142bfe480c24
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060310084726-11b359658759d929
parent: mbp at sourcefrog.net-20060310060925-7b26b6236c7cd6e5
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.dev (Main development branch)
timestamp: Fri 2006-03-10 19:47:26 +1100
message:
Remove pointless file bzrlib/tests/test_reweave.py.moved that was still hanging around for some reason.
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060310060925-7b26b6236c7cd6e5
parent: pqm at pqm.ubuntu.com-20060310021935-2da34b3a9b5d5e25
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.dev (Main development branch)
timestamp: Fri 2006-03-10 17:09:25 +1100
message:
[patch] LocalTransport.list_dir should return url-quoted strings (ddaa)
When trying to convert a Launchpad branch into metadir format, I hit a
bug caused by incorrect url quoting in LocalTransport (one of weaves has
a '/' in its id).
The attached patch fix LocalTransport.list_dir to allow converting
Launchpad to metadir. It should probably be augmented by a number of
test cases, and probably overlaps wildly with John's local transport
quoting branch. But I'm posting it here for the record.
More information about the bazaar-commits
mailing list