Mercurial > dotfiles
view install.cmd @ 40:92926116c4dd
Added link to global hgignore.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Nov 2011 16:18:49 -0800 |
parents | c3a77eaa467a |
children | 8021bd1438f6 |
line wrap: on
line source
@echo off setlocal set CWD=%~dp0 mklink /D "%userprofile%\vimfiles" "%CWD%vim" mklink "%userprofile%\_vimrc" "%CWD%vim\vimrc" echo %%include %CWD%hgrc\hgrc > "%userprofile%\mercurial.ini" echo [extensions] >> "%userprofile%\mercurial.ini" echo hggit = %CWD:\=/%lib/hg/hg-git/hggit/ >> "%userprofile%\mercurial.ini" echo onsub = %CWD:\=/%lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini" mklink "%userprofile%\mercurial_ignore" "%CWD%hgrc\hgignore"