Last active
April 6, 2017 08:18
-
-
Save ourmaninamsterdam/321453a536e223f5c3c5c210adbec626 to your computer and use it in GitHub Desktop.
A nicer hg log
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
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