Created
February 27, 2019 15:37
-
-
Save thatryan/374b3e4914dd17a3f3ef38931cbb5ef6 to your computer and use it in GitHub Desktop.
This file contains 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
[ui] | |
merge = internal:merge3 | |
interface = curses | |
username = Ryan Olson <[email protected]> | |
ignore = ~/.hgignore_global | |
[extensions] | |
color = | |
graphlog = | |
pager = | |
[color] | |
mode=terminfo | |
#Custom colours | |
color.orange=202 | |
color.lightyellow=191 | |
color.darkorange=220 | |
color.brightyellow=226 | |
#Colours for each label | |
log.branch=cyan | |
log.summary=lightyellow | |
log.description=lightyellow | |
log.bookmark=green | |
log.tag=darkorange | |
log.activebookmark = green bold underline | |
changeset.public=orange bold | |
changeset.secret=blue bold | |
changeset.draft=brightyellow bold | |
desc.here=bold blue_background | |
[alias] | |
hs = hg status | |
hb = hg branch | |
hc = hg commit -m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment