Author: fernando
Date: Tue Jan 7 15:19:09 2014
New Revision: 12532
Log:
Update to mercurial-2.8.2 statiscs of documents and tests, and better
discussion of tests.
Modified:
trunk/BOOK/general/prog/mercurial.xml
Modified: trunk/BOOK/general/prog/mercurial.xml
==============================================================================
--- trunk/BOOK/general/prog/mercurial.xml Tue Jan 7 02:13:38 2014
(r12531)
+++ trunk/BOOK/general/prog/mercurial.xml Tue Jan 7 15:19:09 2014
(r12532)
@@ -8,10 +8,10 @@
<!ENTITY mercurial-download-ftp " ">
<!ENTITY mercurial-md5sum "050d05f9efc95dfef88217b63962a09a">
<!ENTITY mercurial-size "3.7 MB">
- <!ENTITY mercurial-buildsize "43 MB (additional 1 MB for tests and 2 MB
+ <!ENTITY mercurial-buildsize "43 MB (additional 2 MB for tests and 1 MB
for docs generation)
">
- <!ENTITY mercurial-time "less than 0.1 SBU (additional 7.2 SBU
+ <!ENTITY mercurial-time "less than 0.1 SBU (additional 7.4 SBU
for tests)">
]>
@@ -101,7 +101,8 @@
<screen><userinput>make doc</userinput></screen>
- <para>To test the results, issue: <command>make check</command>.</para>
+ <para>To test the results, issue: <command>make check</command>. One test
+ (test-archive-symlinks.t is known to fail.</para>
<para>Install <application>Mercurial</application> by running
the following command (as <systemitem
class="username">root</systemitem>):</para>
@@ -113,6 +114,21 @@
<screen role="root"><userinput>make PREFIX=/usr
install-doc</userinput></screen>
+ <para>After installed, two very quick and simple tests should run
correctly.
+ First one needs some configuration:</para>
+
+<screen><userinput>cat >> ~/.hgrc << "EOF"
+<literal>[ui]
+username = <user_name> <your@mail></literal>
+EOF</userinput></screen>
+
+ <para>where you must replace <user_name> and <your@mail> (mail
+ is optional and can be ommited). With the user identity defined, run
+ <command>hg debuginstall</command> and several lines will be displayed,
+ the last one reading "no problems detected". Another quick and simple test
+ is just <command>hg</command>, which should output basic commands that can
+ be used with <command>hg</command>.</para>
+
</sect2>
<sect2 role="configuration">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page