Mercurial > hg
annotate contrib/wix/hg.cmd @ 24358:8d9e9063b040
record: move ui.write wrapping where it should be
We have to do that for the coloring to work in interactive revert
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Mon, 16 Mar 2015 15:37:00 -0700 |
parents | 79388a8325dc |
children |
rev | line source |
---|---|
13041
79388a8325dc
wix: switch Mercurial Windows installer to use py2exe --bundle 3
Steve Borho <steve@borho.org>
parents:
diff
changeset
|
1 @echo off |
79388a8325dc
wix: switch Mercurial Windows installer to use py2exe --bundle 3
Steve Borho <steve@borho.org>
parents:
diff
changeset
|
2 rem launch hg.exe from parent folder |
79388a8325dc
wix: switch Mercurial Windows installer to use py2exe --bundle 3
Steve Borho <steve@borho.org>
parents:
diff
changeset
|
3 "%~dp0\..\hg.exe" %* |