Skip to content

Instantly share code, notes, and snippets.

View alveflo's full-sized avatar

victor alveflo

  • Polestar
  • Gothenburg, Sweden
View GitHub Profile
@matagus
matagus / hgrc
Created June 9, 2010 13:34
colorize your hg output <3
[extensions]
# enable color extension
color =
# enable extdiff extension (Extended Diff)
hgext.extdiff =
[extdiff]
# configure extended diff to use colordiff (requires colordiff installed in your system)
cmd.cdiff = colordiff
opts.cdiff = -uprN