Author: fernando
Date: Sun Oct  5 07:19:41 2014
New Revision: 14502

Log:
Update to mercurial-3.1.2.

Modified:
   trunk/BOOK/general/prog/mercurial.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/prog/mercurial.xml
==============================================================================
--- trunk/BOOK/general/prog/mercurial.xml       Sun Oct  5 07:07:50 2014        
(r14501)
+++ trunk/BOOK/general/prog/mercurial.xml       Sun Oct  5 07:19:41 2014        
(r14502)
@@ -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        "5a530bb472b3cb306b757c8f5df91358">
-  <!ENTITY mercurial-size          "3.8 MB">
-  <!ENTITY mercurial-buildsize     "31 MB (additional 250 MB for the tests and 
2 MB for docs generation)">
-  <!ENTITY mercurial-time          "0.1 SBU (additional 8.8 SBU for tests)">
+  <!ENTITY mercurial-md5sum        "72a79798de828d6d6fb055273f91201a">
+  <!ENTITY mercurial-size          "3.9 MB">
+  <!ENTITY mercurial-buildsize     "44 MB (additional 250 MB for the tests and 
2 MB for docs generation)">
+  <!ENTITY mercurial-time          "0.1 SBU (additional 9 SBU for tests)">
 ]>
 
 <sect1 id="mercurial" xreflabel="Mercurial-&mercurial-version;">
@@ -112,8 +112,17 @@
 TESTFLAGS="--tmpdir tmp --blacklist blacklists/test-failed" \
 make check</userinput></screen>
 
-    <para>Tests may be run in parallel, just add
-    <quote>-j$(getconf _NPROCESSORS_ONLN)</quote> to TESTFLAGS.</para>
+    <para>More failing tests might be added to that file, if necessary. Tests
+    may be run in parallel, just add <quote>-j$(getconf
+    _NPROCESSORS_ONLN)</quote> to TESTFLAGS. In order to investigate a
+    particular apparently failing test, e.g <quote>test-parse-date.t</quote>,
+    issue the following commands (notice that omitting <option>--debug</option>
+    sometimes modifies the result):</para>
+
+<screen><userinput>pushd tests &amp;&amp;
+rm -rf tmp  &amp;&amp;
+./run-tests.py --debug --tmpdir tmp test-parse-date.t &amp;&amp;
+popd</userinput></screen>
 
     <para>Install <application>Mercurial</application> by running
     the following command (as <systemitem 
class="username">root</systemitem>):</para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Oct  5 07:07:50 
2014        (r14501)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Oct  5 07:19:41 
2014        (r14502)
@@ -48,6 +48,10 @@
       <para>October 5th, 2014</para>
       <itemizedlist>
         <listitem>
+          <para>[fernando] - Update to mercurial-3.1.2.  Fixes
+          <ulink url="&blfs-ticket-root;5619">#5619</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[igor] - Update to xinit-1.3.4.  Fixes
           <ulink url="&blfs-ticket-root;5499">#5499</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sun Oct  5 07:07:50 2014        (r14501)
+++ trunk/BOOK/packages.ent     Sun Oct  5 07:19:41 2014        (r14502)
@@ -261,7 +261,7 @@
 <!ENTITY librep-version               "0.92.3">
 <!ENTITY llvm-version                 "3.5.0">
 <!ENTITY lua-version                  "5.2.3">
-<!ENTITY mercurial-version            "3.1.1">
+<!ENTITY mercurial-version            "3.1.2">
 <!ENTITY nasm-version                 "2.11.05">
 <!ENTITY npapi-sdk-version            "0.27.2">
 <!ENTITY php-version                  "5.6.0">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to