Created
September 30, 2009 13:42
-
-
Save joshourisman/198101 to your computer and use it in GitHub Desktop.
My .hgrc file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ui] | |
username = Josh Ourisman <[email protected]> | |
[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