Skip to content

Instantly share code, notes, and snippets.

@ourmaninamsterdam
Last active April 6, 2017 08:18
Show Gist options
  • Save ourmaninamsterdam/321453a536e223f5c3c5c210adbec626 to your computer and use it in GitHub Desktop.
Save ourmaninamsterdam/321453a536e223f5c3c5c210adbec626 to your computer and use it in GitHub Desktop.
A nicer hg log
changeset = '\033[0;31m{rev}:{phase}: \033{node|short} \033[0;34m{author|person}\033[0m {desc|firstline|strip} \033[0;32m({date|age}){branches}{bookmarks}{tags}'
changeset_verbose = '\033[0;31m{rev}:{node|short}:{phase} \033[0;34m{author|person}\033[0m {desc|firstline|strip} \033[0;32m({date|age}) {branches}{bookmarks}{tags}'
start_branches = ' '
branch = '\033[0;31m{branch}\033[0m'
start_bookmarks = ' '
bookmark = '\033[0;31m[{bookmark}]\033[0m '
last_bookmark = '\033[0;31m[{bookmark}]\033[0m'
start_tags = ' '
tag = '\033[0;31m{tag}\033[0m, '
last_tag = '\033[0;31m{tag}\033[0m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment