[PATCH 3 of 7] win32: it is no longer necessary to bundle patch.exe

Steve Borho steve at borho.org
Fri Dec 7 18:29:33 CST 2007


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1197073091 21600
# Node ID e50c448f1b315b02403b0d0d6f19dc20868b51ab
# Parent  61b66cf446dbfee143a01e62a306334812b08e71
win32: it is no longer necessary to bundle patch.exe

Mercurial can use it's built-in mpatch library

diff --git a/contrib/win32/mercurial.iss b/contrib/win32/mercurial.iss
--- a/contrib/win32/mercurial.iss
+++ b/contrib/win32/mercurial.iss
@@ -34,7 +34,6 @@ Source: contrib\win32\postinstall.txt; D
 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
 Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local')
 Source: dist\library.zip; DestDir: {app}
-Source: dist\patch.exe; DestDir: {app}
 Source: dist\mfc71.dll; DestDir: {app}
 Source: dist\msvcr71.dll; DestDir: {app}
 Source: dist\w9xpopen.exe; DestDir: {app}


More information about the Mercurial-devel mailing list