Changeset ab0c555


Ignore:
Timestamp:
01/07/2014 11:19:09 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a605cca9
Parents:
eb4e7a8
Message:

Update to mercurial-2.8.2 statiscs of documents and tests, and better discussion of tests.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12532 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    reb4e7a8 rab0c555  
    99  <!ENTITY mercurial-md5sum        "050d05f9efc95dfef88217b63962a09a">
    1010  <!ENTITY mercurial-size          "3.7 MB">
    11   <!ENTITY mercurial-buildsize     "43 MB (additional 1 MB for tests and 2 MB
     11  <!ENTITY mercurial-buildsize     "43 MB (additional 2 MB for tests and 1 MB
    1212                                    for docs generation)
    1313">
    14   <!ENTITY mercurial-time          "less than 0.1 SBU (additional 7.2 SBU
     14  <!ENTITY mercurial-time          "less than 0.1 SBU (additional 7.4 SBU
    1515                                    for tests)">
    1616]>
     
    102102<screen><userinput>make doc</userinput></screen>
    103103
    104     <para>To test the results, issue: <command>make check</command>.</para>
     104    <para>To test the results, issue: <command>make check</command>. One test
     105    (test-archive-symlinks.t is known to fail.</para>
    105106
    106107    <para>Install <application>Mercurial</application> by running
     
    113114
    114115<screen role="root"><userinput>make PREFIX=/usr install-doc</userinput></screen>
     116
     117    <para>After installed, two very quick and simple tests should run correctly.
     118    First one needs some configuration:</para>
     119
     120<screen><userinput>cat &gt;&gt; ~/.hgrc &lt;&lt; "EOF"
     121<literal>[ui]
     122username = &lt;user_name&gt; &lt;your@mail&gt;</literal>
     123EOF</userinput></screen>
     124
     125    <para>where you must replace &lt;user_name&gt; and &lt;your@mail&gt; (mail
     126    is optional and can be ommited). With the user identity defined, run
     127    <command>hg debuginstall</command> and several lines will be displayed,
     128    the last one reading "no problems detected". Another quick and simple test
     129    is just <command>hg</command>, which should output basic commands that can
     130    be used with <command>hg</command>.</para>
    115131
    116132  </sect2>
Note: See TracChangeset for help on using the changeset viewer.