# HG changeset patch # User Oleksandr Gavenko # Date 1278445054 -10800 # Node ID c0577090cc65314de6b189f4c15389ecac26610d # Parent 9ec6aa392a482d8e3ea21e526820df33e7053e9b# Parent 539fd4728ea407735af757d60fe20475c91bb00c Automated merge with file:///cygdrive/e/srv/hg/admin-doc diff -r 539fd4728ea4 -r c0577090cc65 devel-windows.rst --- a/devel-windows.rst Tue Jul 06 22:37:27 2010 +0300 +++ b/devel-windows.rst Tue Jul 06 22:37:34 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 539fd4728ea4 -r c0577090cc65 hg.rst --- a/hg.rst Tue Jul 06 22:37:27 2010 +0300 +++ b/hg.rst Tue Jul 06 22:37:34 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