Skip to content

Instantly share code, notes, and snippets.

@kevinetienne
Created September 29, 2011 09:05
Show Gist options
  • Save kevinetienne/1250355 to your computer and use it in GitHub Desktop.
Save kevinetienne/1250355 to your computer and use it in GitHub Desktop.
hgrc file
[paths]
default = https://username@bitbucket.org/owner_username/repo
diff = --unified 8
[alias]
# http://hgtip.com/tips/advanced/2010-01-15-styling-mercurials-cli/
# repo https://bitbucket.org/sjl/mercurial-cli-templates/src
slog = log --style=/Path/to/mercurial-cli-templates/map-cmdline.slog
sglog = log --style=/Path/to/mercurial-cli-templates/map-cmdline.sglog
nlog = log --style=/Path/to/mercurial-cli-templates/map-cmdline.nlog
dlog = log --style=/Path/to/mercurial-cli-templates/map-cmdline.dlog
[extensions]
hgext.graphlog =
hgext.fetch =
hgext.color =
progress =
[merge-patterns]
** = filemerge
[merge-tools]
filemerge.executable = vim
filemerge.args = -d $local $other
filemerge.checkchanged = true
filemerge.gui = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment