please check out weave-format branch
John Arbash Meinel
john at arbash-meinel.com
Thu Sep 22 16:47:40 BST 2005
Martin Pool wrote:
> On 22/09/05, Martin Pool <martinpool at gmail.com> wrote:
>
>>Existing branches can be converted using the 'tools/history2weaves.py'
>>script (which should be changed to run from the upgrade command.)
>>This upgrades a branch in place; make a copy first.
>
>
> OK, this can now be done with just the 'upgrade' command.
>
> --
> Martin
>
>
With my first test, I ran into this problem:
Traceback (most recent call last):
File "/home/jameinel/dev/bzr/bzr.newformat/bzrlib/commands.py", line
640, in main
return run_bzr(argv[1:])
File "/home/jameinel/dev/bzr/bzr.newformat/bzrlib/commands.py", line
629, in run_bzr
ret = cmd_obj.run_argv(argv)
File "/home/jameinel/dev/bzr/bzr.newformat/bzrlib/commands.py", line
287, in run_argv
return self.run(**all_cmd_args)
File "/home/jameinel/dev/bzr/bzr.newformat/bzrlib/builtins.py", line
1048, in run
from bzrlib.upgrade import upgrade
File "/home/jameinel/dev/bzr/bzr.newformat/bzrlib/upgrade.py", line
81, in ?
import hotshot, hotshot.stats
File "/usr/lib/python2.4/hotshot/stats.py", line 3, in ?
import profile
ImportError: No module named profile
It seems for some reason, Ubuntu requires you to install the profile
module separate from the base installation. Even so, I'm not sure why
the upgrade module would be importing hotshot. (Or how I installed
hotshot without installing the profiler).
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050922/68cb9f83/attachment.pgp
More information about the bazaar
mailing list