Skip to content

Instantly share code, notes, and snippets.

@joshourisman
Created September 30, 2009 13:42
Show Gist options
  • Save joshourisman/198101 to your computer and use it in GitHub Desktop.
Save joshourisman/198101 to your computer and use it in GitHub Desktop.
My .hgrc file.
[ui]
username = Josh Ourisman <josh@joshourisman.com>
[extensions]
# easy_install hgsubversion
hgsubversion=
# easy_install hg-git
hggit=
fetch=
hgext.mq=
hgext.convert=
color=
rebase=
hgext.convert=
hgext.bookmarks=
zeroconf=
hgext.record=
graphlog=
purge=
progress=
[defaults]
addremove = --similarity 100
[alias]
o = outgoing
i = incoming
s = status
l = glog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment