branch-history crashes after init
Bug #270275 reported by
FelixHummel
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BzrTools |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
bzr 1.3.1 (Ubuntu 2.6.24-19-generic). Right after creating a new branch, calling branch-history raises UnboundLocalError. This is not critical, but still a bug.
mkdir /tmp/test; cd /tmp/test
bzr init
bzr branch-history
See attachment for error message.
To post a comment you must log in.
Hi,
I can confirm this problem. It doesn't handle empty branches.
It's actually a bug in the bzrtools plugin, so I reassign it there.
Thanks,
James