Mercurial > hg-stable
changeset 5624:3da5ff2a9b11
win32: it is no longer necessary to bundle patch.exe
Mercurial can use it's built-in mpatch library
author | Steve Borho <steve@borho.org> |
---|---|
date | Fri, 07 Dec 2007 18:18:11 -0600 |
parents | f22708f50213 |
children | 876acbe2f856 |
files | contrib/win32/mercurial.iss |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}