hi, <br>I saw the authors plugin and remembered that just the other day <br>I did a kind of bzr log&amp;grep hack to get this right.<br>So I got it, liked it, and added some stuff I wanted to see:<br><br><br>&nbsp; * Made documentation more complete.
<br>&nbsp; * Added option to order by the number of commits.<br>&nbsp; * utf8 Encode e-mail addresses when outputting,<br>&nbsp;&nbsp;&nbsp; as they can break tools like less and more when outputting unicode.<br>&nbsp; * 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&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 Martin Pool: 2285<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2 John Arbash Meinel: 2171<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3 Aaron Bentley: 1753<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4 Robert Collins: 1481
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5 <a href="http://Canonical.com">Canonical.com</a> Patch Queue Manager: 868<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6 <a href="mailto:mbp@sourcefrog.net">mbp@sourcefrog.net</a>: 309<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7 Andrew Bennetts: 219<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 Alexander Belchenko: 165
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9 Olaf Conradi: 79<br>&nbsp;&nbsp;&nbsp;&nbsp; 10 <a href="mailto:v.ladeuil+lp@free.fr">v.ladeuil+lp@free.fr</a>: 76<br>&nbsp;&nbsp;&nbsp;&nbsp; 11 Robey Pointer: 75<br>&nbsp;&nbsp;&nbsp;&nbsp; 12 Jelmer Vernooij: 60<br>&nbsp;&nbsp;&nbsp;&nbsp; 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 &lt;<a href="mailto:aaron.bentley@utoronto.ca">aaron.bentley@utoronto.ca
</a>&gt;: 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.