# HG changeset patch
# User Sune Foldager <[email protected]>
# Date 1270034622 -7200
# Node ID 9c22be2ca924211179d75c5895c09cff3b05d837
# Parent 589c272587a8a9a46346434ec09afe7c99bbd79f
setup: use hg from mercurial directly for py2exe
Note that this requires a thg-winbuild environment.
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -114,7 +114,7 @@
}
}
extra['console'] = [
- {'script':'contrib/hg',
+ {'script':'../build-hg/hg',
'icon_resources':[(0,'icons/hg.ico')],
'description':'Mercurial Distributed SCM',
'copyright':hgcopyright,
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop