Skip to content

Instantly share code, notes, and snippets.

@hltbra
Created July 28, 2010 17:58
Show Gist options
  • Save hltbra/495557 to your computer and use it in GitHub Desktop.
Save hltbra/495557 to your computer and use it in GitHub Desktop.
[extensions]
extdiff =
fetch =
rebase =
mq =
histedit = /usr/bin/histedit.py
pager =
transplant =
graphlog =
bookmarks =
hgshelve = /usr/bin/hgshelve.py
color =
[extdiff]
cmd.mdiff = meld
[ui]
username = Hugo Lopes Tavares <hltbra@gmail.com>
editor = vim
[pager]
pager = LESS='FSRX' less
[diff]
git = 1
[color]
diff.diffline = green bold
diff.extended = cyan bold
diff.file_a = red bold
diff.file_b = blue bold
diff.hunk = magenta
diff.deleted = red bold
diff.inserted = blue bold
diff.changed = white
diff.trailingwhitespace = bold red_background
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment