Created
March 19, 2015 23:02
-
-
Save jimblandy/2d0d30af25dc976f80a3 to your computer and use it in GitHub Desktop.
"hg mine" command, showing draft and secret changes
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
[alias] | |
mine=log -G -r 'not public() or parents(not public()) or bookmark()' --template "changeset: {rev} {node|short} {date|date}\n{if(bookmarks, 'bookmarks: {bookmarks}\n')}summary: {sub(r'\n', '\n ', fill(desc, '90'))}\nphase: {phase}\n\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment