Skip to content

Instantly share code, notes, and snippets.

@dimkalinux
Created February 5, 2012 18:37
Show Gist options
  • Save dimkalinux/1747092 to your computer and use it in GitHub Desktop.
Save dimkalinux/1747092 to your computer and use it in GitHub Desktop.
My .hgrc
[extensions]
color =
graphlog =
pager =
bookmarks =
[color]
status.modified = magenta bold
status.added = green bold
status.removed = red bold
status.deleted = cyan bold
status.unknown = blue bold
status.ignored = black bold
[hooks]
changegroup=hg diff --stat -r $HG_NODE -r tip
[pager]
pager = LESS='FSRX' less
ignore = version, help, update, serve, record
[alias]
show = log --color=always -pr
latest = log --limit 5
blame = annotate --user --number
[diff]
git = 1
showfunc = 1
unified = 8
[bookmarks]
track.current = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment