Skip to content

Instantly share code, notes, and snippets.

@tessi
Created January 21, 2014 08:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tessi/8536269 to your computer and use it in GitHub Desktop.
Save tessi/8536269 to your computer and use it in GitHub Desktop.
hg aliases
[alias]
lg = log -G --pager always --color always --template '\033[0;31m{node|short} \033[0;34m({author|person}) - \033[0;33m{tags} {bookmarks} {branches} \033[0m{desc|firstline|strip} \033[0;32m({date|age})\033[0m\n'
show = log -pr
chp = graft
shortlog = !hg log --template "{author|person}\n" | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment