annotate hgrc/make_links.cmd @ 27:0d15dd4e2e16

Fixed opendiff.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 21 Nov 2011 20:58:56 -0800
parents 4b35035cb781
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
4b35035cb781 Added script to create Windows symlinks.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 rem @echo off
4b35035cb781 Added script to create Windows symlinks.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2
4b35035cb781 Added script to create Windows symlinks.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 mklink "%userprofile%\mercurial.ini" "%~dp0\hgrc"
4b35035cb781 Added script to create Windows symlinks.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4