Skip to content

Instantly share code, notes, and snippets.

@hlian
Created June 4, 2013 19:49
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 hlian/5708956 to your computer and use it in GitHub Desktop.
Save hlian/5708956 to your computer and use it in GitHub Desktop.
.hgrc for interns
[ui]
username = Your Name <yourname@fogcreek.com>
editor = "c:/path/to/your/favorit/editor.exe"
[extensions]
mq =
graphlog =
record =
bookmarks =
rebase =
purge =
color =
largefiles =
progress =
kiln = c:/code/kiln/extensions/kiln.py
kilnauth = c:/code/kiln/extensions/kilnauth.py
remotebranches = c:/path/to/hg_remotebranches.py
[alias]
# use instead of push, always
nudge = push --rev .
nudgeout = out --rev .
grab = !hg pull hosted && hg pull ourdot
[kiln]
autoupdate = False
[kiln_scheme]
kiln = https://our.fogbugz.com/Kiln/Repo
[remotebranches]
alias.default = True
# for debugging with Fiddler
# [http_proxy]
# host = localhost:8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment