Skip to content

Instantly share code, notes, and snippets.

@gaker
Created October 22, 2010 20:42
Show Gist options
  • Save gaker/641332 to your computer and use it in GitHub Desktop.
Save gaker/641332 to your computer and use it in GitHub Desktop.
Count hg log committers
hg log | grep '^user\?'|cut -d':' -f2|sort|uniq -c|sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment