graph.get_rev_info() raises UnboundLocalError
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BzrTools |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
It seems that this error occurs if NoSuchRevision is catched but committer is anything other than ''... (but I'm not sure anyway... ;-)
$ bzr graph-ancestry graph.png
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/
relations = grapher.
File "/usr/lib/
dot_nodes[node] = self.dot_node(node, num)
File "/usr/lib/
self.
File "/usr/lib/
return committer, message, nick, date
UnboundLocalError: local variable 'nick' referenced before assignment
bzr 1.5 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'graph-ancestry', 'graph.png']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'de_DE.UTF-8'
plugins:
builddeb /usr/lib/
bzrtools /usr/lib/
dbus /usr/lib/
gtk /usr/lib/
launchpad /usr/lib/
rebase /usr/lib/
svn /usr/lib/
xmloutput /usr/lib/
*** 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.
Related branches
- Aaron Bentley: Approve
-
Diff: 16 lines (+2/-1)1 file modifiedgraph.py (+2/-1)
Changed in bzrtools: | |
status: | New → Confirmed |
Changed in bzrtools: | |
importance: | Undecided → Medium |
status: | Confirmed → In Progress |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzrtools: | |
status: | In Progress → Fix Released |