Bug report
Orestes Mas
orestes at tsc.upc.edu
Thu Feb 7 13:16:24 GMT 2008
Hi,
I've encountered this error message doing a "bzr info" command:
---------------------------------------------------------------------
orestes at oersted:~/develop/Problemes_TC$ bzr info
Lightweight checkout (format: dirstate or dirstate-tags)
Location:
bzr: ERROR: exceptions.TypeError: writelines() argument must be a sequence of
strings
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 817, in
run_bzr_catch_errors
return run_bzr(argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 779, in
run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 477, in
run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 789, in
ignore_pipe
result = func(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 1070, in
run
verbose=verbose)
File "/usr/lib/python2.5/site-packages/bzrlib/info.py", line 330, in
show_bzrdir_info
show_component_info(a_bzrdir, repository, branch, tree, verbose)
File "/usr/lib/python2.5/site-packages/bzrlib/info.py", line 345, in
show_component_info
_show_location_info(gather_location_info(repository, branch, working))
File "/usr/lib/python2.5/site-packages/bzrlib/info.py", line 137, in
_show_location_info
sys.stdout.writelines(path_list.get_lines())
TypeError: writelines() argument must be a sequence of strings
bzr 0.90.0 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'info']
** please send this report to bazaar at lists.ubuntu.com
-----------------------------------------------------------------------
Perhaps this is caused with a previous "bzr push" command, without arguments,
who failed because I'm working with a lightweight checkout, not with a
branch.
Greetings,
Orestes.
More information about the bazaar
mailing list