revision count is wrong in "bzr branch" and "bzr info -v"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned |
Bug Description
I have a shared repo, and this branch inside it:
[/m/bzrrepos/
Repository tree (format: unnamed)
Location:
shared repository: /home/mysql_
repository branch: .
(cut)
Branch history:
3852 revisions
"3825" is wrong, there are actually 76043 revisions in this branch (seen by creating an empty branch and using "bzr missing", and looking at the "you are missing" line). 3852 is only the revno of the top revision. There are 3852 *mainline* revisions. The displaid text should read either "3852 mainline revisions" or "76043 revisions".
Same for "bzr branch" to create a copy of this same branch:
[T35 09:21 /m/bzrrepos/
Branched 3852 revision(s).
again "3852 revision(s)" is incorrect.
I am using a recent bzr.dev.
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
tags: | added: easy ui |
tags: | added: check-for-breezy |
I wonder about "wishlist". Is it really just my wish that "X revisions" would mean that there are X revisions? Or is it that printing "X revisions" when there are actually Y revisions, is a false information and thus a bug?