Skip to content

Instantly share code, notes, and snippets.

@marklit
Created October 31, 2011 13:41
Show Gist options
  • Save marklit/1327509 to your computer and use it in GitHub Desktop.
Save marklit/1327509 to your computer and use it in GitHub Desktop.
Makes Mercurial logs more readable
alias hglog="hg log --template '\033[31m{rev}\033[0m \033[32m{date|age}\033[0m \033[33m{author|person}\033[0m \033[30;1m{desc}\033[0m\n' | less -R"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment