On Wed, Jan 23, 2013 at 1:17 PM, Tyler Romeo tylerromeo@gmail.com wrote:
My reasoning has to do with the motivation behind why we tag commits. Maybe I'm wrong, but the reason we tag commits with bug numbers is so that, in the future, if one wants to find the commit(s) that fixed a certain bug, they can do a quick grep search on the commit log and find the relevant commits.
It's even easier than that:
https://gerrit.wikimedia.org/r/#/q/bug:43523,n,z
Gerrit indexes these values, so you can search for bug:123 or rt:456.
-Chad