Created
November 25, 2013 10:54
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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