Rev 2219: (bialix) Bugfix #68124: Allow import plugins from zip archives in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Wed Jan 3 01:55:26 GMT 2007
------------------------------------------------------------
revno: 2219
revision-id: pqm at pqm.ubuntu.com-20070103015524-b3c9e901a96b16a2
parent: pqm at pqm.ubuntu.com-20070102225630-e2bbb87a8d1151bf
parent: bialix at ukr.net-20070103002345-7guxku60a0vwsoya
committer: Canonical.com Patch Queue Manager<pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2007-01-03 01:55:24 +0000
message:
(bialix) Bugfix #68124: Allow import plugins from zip archives
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/osutils.py osutils.py-20050309040759-eeaff12fbf77ac86
bzrlib/plugin.py plugin.py-20050622060424-829b654519533d69
bzrlib/tests/test_plugins.py plugins.py-20050622075746-32002b55e5e943e9
------------------------------------------------------------
merged: bialix at ukr.net-20070103002345-7guxku60a0vwsoya
parent: bialix at ukr.net-20070103002224-610ykoqgttlin7bh
committer: Alexander Belchenko <bialix at ukr.net>
branch nick: plugins.from.zips
timestamp: Wed 2007-01-03 02:23:45 +0200
message:
Don't use os.path.split and os.path.splitext directly, only from osutils.
Because only '/' is used as separator of pathname components inside zip archives,
bzrlib.plugin.load_from_zips() uses custom split algorithm for handling filenames
to import from zip.
------------------------------------------------------------
merged: bialix at ukr.net-20070103002224-610ykoqgttlin7bh
parent: bialix at ukr.net-20061229075317-uizaktke7o25g1z4
committer: Alexander Belchenko <bialix at ukr.net>
branch nick: plugins.from.zips
timestamp: Wed 2007-01-03 02:22:24 +0200
message:
split and splitext now the part of osutils
------------------------------------------------------------
merged: bialix at ukr.net-20061229075317-uizaktke7o25g1z4
parent: pqm at pqm.ubuntu.com-20061222180719-31fc1e7cbaf32a4b
committer: Alexander Belchenko <bialix at ukr.net>
branch nick: plugins.from.zips
timestamp: Fri 2006-12-29 09:53:17 +0200
message:
Bugfix #68124: Allow plugins import from zip archives.
More information about the bazaar-commits
mailing list