Skip to content

Instantly share code, notes, and snippets.

@kolesnick
Created November 25, 2013 10:54
Show Gist options
  • Save kolesnick/7639633 to your computer and use it in GitHub Desktop.
Save kolesnick/7639633 to your computer and use it in GitHub Desktop.
Lists Merucrial branches grouped by their owners. Requires https://github.com/kolesnick/hg-power to be installed.
hg branches | %{ $_.Split(' ')[0] } | group { hgbranchowner $_ } | %{
write $_.Name
$_.Group | write
write ''
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment