hi, <br>I saw the authors plugin and remembered that just the other day <br>I did a kind of bzr log&grep hack to get this right.<br>So I got it, liked it, and added some stuff I wanted to see:<br><br><br> * Made documentation more complete.
<br> * Added option to order by the number of commits.<br> * utf8 Encode e-mail addresses when outputting,<br> as they can break tools like less and more when outputting unicode.<br> * Add smart-names option<br><br clear="all">
<br>now I can do something like:<br>bzr.dev$ bzr authors --order-by-commits --smart-names |less -N <br> 1 Martin Pool: 2285<br> 2 John Arbash Meinel: 2171<br> 3 Aaron Bentley: 1753<br> 4 Robert Collins: 1481
<br> 5 <a href="http://Canonical.com">Canonical.com</a> Patch Queue Manager: 868<br> 6 <a href="mailto:mbp@sourcefrog.net">mbp@sourcefrog.net</a>: 309<br> 7 Andrew Bennetts: 219<br> 8 Alexander Belchenko: 165
<br> 9 Olaf Conradi: 79<br> 10 <a href="mailto:v.ladeuil+lp@free.fr">v.ladeuil+lp@free.fr</a>: 76<br> 11 Robey Pointer: 75<br> 12 Jelmer Vernooij: 60<br> 13 <a href="mailto:aaron.bentley@utoronto.ca">
aaron.bentley@utoronto.ca</a>: 58<br>...<br><br>which is pretty sweet.<br><br><br>we can probably make it a little smarter to handle cases like:<br>6:Aaron Bentley <<a href="mailto:aaron.bentley@utoronto.ca">aaron.bentley@utoronto.ca
</a>>: 828<br>15:<a href="mailto:aaron.bentley@utoronto.ca">aaron.bentley@utoronto.ca</a>: 58<br><br>by keeping a cache of e-mail addresses for each author name, <br>and then on the second pass group all those, <br>but I think thats going a bit too far.
<br><br><br>-- <br><br><br><br>I code therefore I am.