Skip to content

Instantly share code, notes, and snippets.

@jimblandy
Created March 19, 2015 23:02
Show Gist options
  • Save jimblandy/2d0d30af25dc976f80a3 to your computer and use it in GitHub Desktop.
Save jimblandy/2d0d30af25dc976f80a3 to your computer and use it in GitHub Desktop.
"hg mine" command, showing draft and secret changes
[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