graph-ancestry does not create html output
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BzrTools |
In Progress
|
Low
|
Martin Packman |
Bug Description
running
bzr graph-ancestry test.html
does not generate output, an error is thrown instead:
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
commands.
File "/usr/lib/
return self.run(
File "/usr/lib/
max_
File "/usr/lib/
invoke_
File "/usr/lib/
status = invoke_dot(dot, temp_file, 'cmapx')
File "/usr/lib/
dot_
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 21: ordinal not in range(128)
bzr 1.3 on python 2.5.2.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'graph-ancestry', 'test.html']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'de_LU.UTF-8'
plugins:
bzrtools /usr/lib/
difftools /home/rbrandenb
gtk /usr/lib/
launchpad /usr/lib/
xmloutput /home/rbrandenb
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
Error: <stdin>:7: syntax error near line 7
/tmp/tmpJ_
Related branches
- Richard Wilbur (community): Approve
- Aaron Bentley: Pending requested
-
Diff: 60 lines (+14/-10)1 file modifieddotgraph.py (+14/-10)
Changed in bzrtools: | |
status: | New → Confirmed |
Changed in bzrtools: | |
assignee: | nobody → Martin Packman (gz) |
importance: | Undecided → Low |
status: | Confirmed → In Progress |
Bug still valid for bzrtools 1.5.0 revno 654.