win32: it is no longer necessary to bundle patch.exe
Mercurial can use it's built-in mpatch library
--- 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}