Skip to content

Instantly share code, notes, and snippets.

@TexRx
Created March 22, 2012 17:54
Show Gist options
  • Save TexRx/2161035 to your computer and use it in GitHub Desktop.
Save TexRx/2161035 to your computer and use it in GitHub Desktop.
Hg: Default Configuration
# Generated by TortoiseHg setting dialog
[ui]
editor = notepad
username = <username and email here>
ignore = ~/.hgignore
merge = beyondcompare3
#merge = diffmerge
[diff]
git = True
[extensions]
extdiff =
hgext.extdiff =
mq =
color=
[color]
mode = win32
status.modified = magenta bold
status.added = green bold
status.removed = red bold
status.deleted = cyan bold
status.unknown = blue bold
status.ignored = black bold
[extdiff]
#cmd.diffmerge = C:\Program Files\SourceGear\Common\DiffMerge\sgdm.exe
cmd.beyondcompare3 = C:\Program Files (x86)\Beyond Compare 3\BCompare.exe
opts.beyondcompare3 = /leftreadonly
#[merge-tools]
## Beyond Compare 3 Configuration
beyondcompare3.executable = C:\Program Files (x86)\Beyond Compare 3\BCompare.exe
beyondcompare3.args = /leftreadonly /centerreadonly $local $other $base $output
beyondcompare3.priority = 1
## DiffMerge Configuration
#diffmerge.executable = C:\Program Files\SourceGear\Common\DiffMerge\sgdm.exe
#diffmerge.args = --result=$output -t1="Local Version" -t2=$output -t3="Other Version" --caption=$output $local $base $other
#diffmerge.binary = False
#diffmerge.symlinks = False
#diffmerge.gui = True
#diffmerge.premerge = True
[tortoisehg]
closeci = True
pushafterci = True
authorcolor = True
vdiff = beyondcompare3
#vdiff = diffmerge
defaultwidget = revdetails
initialrevision = current
postpull = update
refreshwdstatus = auto
## JIRA Issue Link Format Configuration
issue.regex = \b\w{3,7}-\d+\b
issue.link = <JIRA URL>/browse/{0}
[web]
cacerts =
[http_proxy]
host =
no =
user =
passwd =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment