Bug #72389 bzr shows wrong changeset in "annotate"
Submitted: 18 Apr 2014 21:03 Modified: 15 May 2015 9:43
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Package Repos Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[18 Apr 2014 21:03] Hartmut Holzgraefe
Description:
check

http://bazaar.launchpad.net/~mysql/mysql-server/5.6/annotate/head:/client/mysqlcheck.c#L52...

against

http://bazaar.launchpad.net/~mysql/mysql-server/5.7/annotate/head:/client/mysqlcheck.c#L52...

both claim that this part of the code was last changed by changeset 1810.3949.1 from 2007:

http://bazaar.launchpad.net/~mysql/mysql-server/5.7/revision/1810.3494.1

while the part encoding '.' was actually removed from 5.7 code by changeset 7416 recently

http://bazaar.launchpad.net/~mysql/mysql-server/5.7/revision/7416

this is not a launchpad problem, the bzr annotate output on a local 5.7 branch is equally wrong ...

question is whether this is a corrupted tree or actually a bzr bug ...

How to repeat:
check launchpad links above or "bzr annotate" output on a 5.7 checkout

Suggested fix:
ensure that "annotate" shows the correct changeset for every line in the code
[18 Apr 2014 21:06] Hartmut Holzgraefe
"repository" may not be the right category as it actually seems to be meant for yum repository problems, not for bzr repositories? ...  couldn't find a better match though ...
[21 Apr 2014 12:26] MySQL Verification Team
Hello Hartmut,

Thank you for the bug report.
Verified as described.

Thanks,
Umesh
[15 May 2015 9:41] Yngve Svendsen
Posted by developer:
 
Thanks for reporting. Since we are now on GitHub, I will go ahead and close this.