Automated merge with file:///cygdrive/e/srv/hg/admin-doc
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 06 Jul 2010 22:37:34 +0300
changeset 442 c0577090cc65
parent 434 9ec6aa392a48 (diff)
parent 441 539fd4728ea4 (current diff)
child 443 7c6baac27908
child 455 37d810075a7b
Automated merge with file:///cygdrive/e/srv/hg/admin-doc
--- 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
+
--- 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