Skip to content

Instantly share code, notes, and snippets.

@shimizukawa
Created January 6, 2012 07:49
Show Gist options
  • Save shimizukawa/1569567 to your computer and use it in GitHub Desktop.
Save shimizukawa/1569567 to your computer and use it in GitHub Desktop.
.hgrc
[ui]
username = Takayuki SHIMIZUKAWA
merge = winmergeu
editor = "C:\Program Files\vim72\vim.exe"
[tortoisehg]
vdiff = winmergeu
tabwidth = 4
editor = C:\Program Files\vim72\gvim.exe
fontcomment = メイリオ,10,-1,5,50,0,0,0,0,0
fontlist = メイリオ,9,-1,5,50,0,0,0,0,0
fontlog = メイリオ,10,-1,5,50,0,0,0,0,0
fontoutputlog = メイリオ,8,-1,5,50,0,0,0,0,0
[alias]
pp = pull -u
pr = pull --rebase
ba = branches -a
[extensions]
rebase =
graphlog =
transplant =
mq =
record =
histedit = C:\Users\taka\hg\hg_histedit.py
pager =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment