annotate hgrc/make_links.cmd @ 23:4b35035cb781

Added script to create Windows symlinks.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 16 Nov 2011 11:13:56 -0800
parents
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