Skip to content

Instantly share code, notes, and snippets.

@thatryan
Created February 27, 2019 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thatryan/374b3e4914dd17a3f3ef38931cbb5ef6 to your computer and use it in GitHub Desktop.
Save thatryan/374b3e4914dd17a3f3ef38931cbb5ef6 to your computer and use it in GitHub Desktop.
[ui]
merge = internal:merge3
interface = curses
username = Ryan Olson <rolson@dealerinspire.com>
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