# HG changeset patch # User Steve Borho # Date 1197073091 21600 # Node ID 3da5ff2a9b11a0b9e4886147fe5152d1b96b2495 # Parent f22708f50213ae66ab79a4d086c7784295153e16 win32: it is no longer necessary to bundle patch.exe Mercurial can use it's built-in mpatch library diff -r f22708f50213 -r 3da5ff2a9b11 contrib/win32/mercurial.iss --- a/contrib/win32/mercurial.iss Fri Dec 07 18:15:24 2007 -0600 +++ b/contrib/win32/mercurial.iss Fri Dec 07 18:18:11 2007 -0600 @@ -34,7 +34,6 @@ 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}