Skip to content

Instantly share code, notes, and snippets.

@vito
Created November 20, 2010 19:38
Show Gist options
  • Save vito/708088 to your computer and use it in GitHub Desktop.
Save vito/708088 to your computer and use it in GitHub Desktop.
[ui]
username = Alex Suraci <[email protected]>
[extensions]
bookmarks =
color =
convert =
crecord = ~/.hgext/crecord
eol =
extdiff =
fetch =
graphlog =
pager =
progress =
record =
hggit =
hgshelve = ~/.hgext/hgshelve.py
highlight =
transplant =
[hooks]
post-push = python:~/.hgext/github.py:post_push
[pager]
pager = LESS='FSRX' less
ignore = version, help, update, serve, record
[extdiff]
cmd.vdiff = mvim
opts.vdiff = -f '+next' '+execute "DirDiff" argv(0) argv(1)'
[diff]
git = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment