Skip to content

Instantly share code, notes, and snippets.

@RobertoRodrigues
Created November 4, 2013 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertoRodrigues/7305177 to your computer and use it in GitHub Desktop.
Save RobertoRodrigues/7305177 to your computer and use it in GitHub Desktop.
exemplo de arquivo .hgrc
[ui]
username=<coloque aqui o nome de seu usuário do mercurial>
merge=meld
[extensions]
mq=
color=
purge=
hgext.extdiff=
[extdiff]
cmd.meld=
[alias]
branchdiff = meld -r "ancestor(default, '$1')" -r '$1'
compare = !$HG branch | xargs $HG branchdiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment