Author: igor Date: Sun Jun 2 05:26:22 2013 New Revision: 11251 Log: mercurial-2.6.2
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/mercurial.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Sun Jun 2 04:14:20 2013 (r11250) +++ trunk/BOOK/general.ent Sun Jun 2 05:26:22 2013 (r11251) @@ -378,7 +378,7 @@ <!ENTITY junit-version "4.10"> <!ENTITY librep-version "0.92.2.1"> <!ENTITY llvm-version "3.2"> -<!ENTITY mercurial-version "2.5.2"> +<!ENTITY mercurial-version "2.6.2"> <!ENTITY NASM-version "2.10.07"> <!ENTITY php-version "5.4.11"> <!ENTITY pkgconfig-version "0.28"> Modified: trunk/BOOK/general/prog/mercurial.xml ============================================================================== --- trunk/BOOK/general/prog/mercurial.xml Sun Jun 2 04:14:20 2013 (r11250) +++ trunk/BOOK/general/prog/mercurial.xml Sun Jun 2 05:26:22 2013 (r11251) @@ -6,10 +6,10 @@ <!ENTITY mercurial-download-http "http://mercurial.selenic.com/release/mercurial-&mercurial-version;.tar.gz"> <!ENTITY mercurial-download-ftp " "> - <!ENTITY mercurial-md5sum "6b467f41a262e2537cf927ed42d0fdda"> - <!ENTITY mercurial-size "3.7 MB"> - <!ENTITY mercurial-buildsize "40 MB"> - <!ENTITY mercurial-time "0.1 SBU (additional 8.5 SBU for tests)"> + <!ENTITY mercurial-md5sum "55f6ea5982cf87836113376174826e8c"> + <!ENTITY mercurial-size "3.6 MB"> + <!ENTITY mercurial-buildsize "43 MB"> + <!ENTITY mercurial-time "0.1 SBU (additional 12 SBU for tests)"> ]> <sect1 id="mercurial" xreflabel="mercurial-&mercurial-version;"> @@ -30,11 +30,10 @@ <title>Introduction to Mercurial</title> <para><application>Mercurial</application> is a distributed source control - management tool similar to <application>CVS</application>, - <application>Subversion</application> and <application>Git</application>. - <application>Mercurial</application> is written in - <application>Python</application> and is used by projects such as Mozilla, - Vim and Audacious.</para> + management tool similar to <application>Git</application> and + <application>Bazaar</application>. <application>Mercurial</application> is + written in <application>Python</application> and is used by projects such as + Mozilla and Vim.</para> &lfs73_checked; @@ -81,7 +80,7 @@ <para role="optional"> <ulink url="http://docutils.sourceforge.net/">Docutils</ulink> (required to build the documentation), <xref linkend="git"/>, - <xref linkend="gpg2"/> (with Python bindings), + <xref linkend="gnupg2"/> (<command>gpg2</command> with Python bindings), <xref linkend="subversion"/> (with Python bindings), <xref linkend="bazaar"/>, <xref linkend="cvs"/>, Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sun Jun 2 04:14:20 2013 (r11250) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Jun 2 05:26:22 2013 (r11251) @@ -47,6 +47,9 @@ <para>June 2nd, 2013</para> <itemizedlist> <listitem> + <para>[igor] - mercurial-2.6.2.</para> + </listitem> + <listitem> <para>[igor] - Subversion-1.7.10.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
