# HG changeset patch # User Oleksandr Gavenko # Date 1278056887 -10800 # Node ID 9ec6aa392a482d8e3ea21e526820df33e7053e9b # Parent 24ede02309c6fbbb92b982ee04952b4539aec997# Parent 7eae6f4baa38fb996c4b86ba451b9755600514d0 merged diff -r 7eae6f4baa38 -r 9ec6aa392a48 devel-windows.rst --- a/devel-windows.rst Fri Jul 02 10:45:49 2010 +0300 +++ b/devel-windows.rst Fri Jul 02 10:48:07 2010 +0300 @@ -64,3 +64,20 @@ http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=32bc1bee-a3f9-4c13-9c99-220b62a191ee&displayLang=en This package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries. + +* Cabinet file (.cab). + + http://support.microsoft.com/kb/198038 + INFO: Useful Tools for Package and Deployment Issues + http://msdn.microsoft.com/en-us/library/aa367841%28VS.85%29.aspx + The Makecab.exe utility is included in the Windows SDK + Components for Windows Installer Developers. + http://web.archive.org/web/20070403215326/http://download.microsoft.com/download/platformsdk/cab/2.0/w98nt42kmexp/en-us/cabsdk.exe + download link from web archive + http://msdn.microsoft.com/en-us/library/aa370834%28v=VS.85%29.aspx + The components of the Windows Installer Software Development + Kit are included in the Microsoft Windows Software Development + Kit (SDK). + http://msdn.microsoft.com/en-us/library/bb417343.aspx + Microsoft Cabinet Format + diff -r 7eae6f4baa38 -r 9ec6aa392a48 hg.rst --- a/hg.rst Fri Jul 02 10:45:49 2010 +0300 +++ b/hg.rst Fri Jul 02 10:48:07 2010 +0300 @@ -127,3 +127,8 @@ To apply series of already done patches use: $ ls /path/to/bugfixes/*.patch | xargs hg qimport + +* Proxy. + + $ hg clone --config http_proxy.host=$host:$port \ + --config http_proxy.user=$user --config http_proxy.passwd=$password $addr