[ui]
username = Ash
merge = TortoiseMerge
editor = vim
verbose = true
[extensions]
hgext.convert=
color=
purge=
[color]
mode=win32
The reason for the "mode=win32" can be found in this question: colors-in-cygwin-being-displayed-as-raw-ansi-codes.
[ui]
username = Ash
merge = TortoiseMerge
editor = vim
verbose = true
[extensions]
hgext.convert=
color=
purge=
[color]
mode=win32
colorscheme desert
set spell
set lines=60
set columns=90
set nobackup
set tabstop=2
set shiftwidth=2
set expandtab
set ignorecase
set nowrapscan
set autoindent
set smartindent
set listchars=tab:>\ ,eol:$
set list