Created
September 30, 2010 06:03
-
-
Save haru01/604105 to your computer and use it in GitHub Desktop.
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
# Generated by tortoisehg-config | |
[ui] | |
editor="C:\Program Files\Vim\vim72\gvim.exe" -c ":set fileencoding=cp932" | |
ignore=c:\home\hgignore.ini | |
[extensions] | |
hgext.win32text= | |
hgext.win32mbcs= | |
hgext.extdiff = | |
rebase = | |
#shelve = /home/.hgext/hgshelve.py | |
color = | |
transplant = | |
[extdiff] | |
cmd.kdiff3 = | |
[merge-tools] | |
kdiff3.args = $base $local $other -o $output --auto | |
[encode] | |
** = cleverencode: | |
[decode] | |
** = cleverdecode: | |
[alias] | |
l = log -r-50:-1 | |
pu = pull -u | |
blame = blame -un | |
stat = diff --stat | |
[web] | |
allow_push=* | |
push_ssl=false | |
[color] | |
mode = win32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment