source: general/prog/mercurial.xml@ 1514851

11.3 12.0 12.1 12.2 gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 1514851 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 22 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 10.2 KB
RevLine 
[f5a75ae]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[28320bf4]7 <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
[f5a75ae]8 <!ENTITY mercurial-download-ftp " ">
[3cef615]9 <!ENTITY mercurial-md5sum "3d16503218c720fb017a19c9bad4f97d">
[d128a3c]10 <!ENTITY mercurial-size "7.7 MB">
[3cef615]11 <!ENTITY mercurial-buildsize "79 MB (with docs, add 1.9 GB for tests)">
[f183c1c]12 <!ENTITY mercurial-time "0.3 SBU (with docs, add 23 SBU for tests using -j4)">
[f5a75ae]13]>
14
[263da2b]15<sect1 id="mercurial" xreflabel="Mercurial-&mercurial-version;">
[f5a75ae]16 <?dbhtml filename="mercurial.html"?>
17
18
[263da2b]19 <title>Mercurial-&mercurial-version;</title>
[f5a75ae]20
21 <indexterm zone="mercurial">
22 <primary sortas="a-mercurial">mercurial</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Mercurial</title>
27
[de33b2a]28 <para>
29 <application>Mercurial</application> is a distributed source control
30 management tool similar to <application>Git</application> and
31 <application>Bazaar</application>. <application>Mercurial</application>
32 is written in <application>Python</application> and is used by projects
[0f124fa]33 such as Mozilla for Firefox and Thunderbird.
[de33b2a]34 </para>
[f5a75ae]35
[b984aaa1]36 &lfs112_checked;
[f5a75ae]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
[de33b2a]41 <para>
42 Download (HTTP): <ulink url="&mercurial-download-http;"/>
43 </para>
[f5a75ae]44 </listitem>
45 <listitem>
[de33b2a]46 <para>
47 Download (FTP): <ulink url="&mercurial-download-ftp;"/>
48 </para>
[f5a75ae]49 </listitem>
50 <listitem>
[de33b2a]51 <para>
52 Download MD5 sum: &mercurial-md5sum;
53 </para>
[f5a75ae]54 </listitem>
55 <listitem>
[de33b2a]56 <para>
57 Download size: &mercurial-size;
58 </para>
[f5a75ae]59 </listitem>
60 <listitem>
[de33b2a]61 <para>
62 Estimated disk space required: &mercurial-buildsize;
63 </para>
[f5a75ae]64 </listitem>
65 <listitem>
[de33b2a]66 <para>
67 Estimated build time: &mercurial-time;
68 </para>
[f5a75ae]69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Mercurial Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional">
[d3ea9e8]76 <xref linkend="docutils"/>
77 (required to build the documentation),
[982e5c9]78 <xref linkend="git"/>,
[169d04a]79 <xref linkend="gpgme"/> (with Python bindings),
[572553b]80 <xref role="runtime" linkend="openssh"/>
81 (runtime, to access ssh://... repositories),
[07f61e4]82 <xref linkend="pygments"/>,
[d0e51e6]83 <xref linkend="rust"/> (see <filename>rust/README.rst</filename> and <filename>rust/rhg/README.md</filename>),
[982e5c9]84 <xref linkend="subversion"/> (with Python bindings),
[b2b0d26]85 <ulink url="https://launchpad.net/bzr">Bazaar</ulink>,
[80106051]86 <ulink url="https://www.nongnu.org/cvs/">CVS</ulink>,
[169d04a]87 <ulink url="https://pypi.python.org/pypi/pyflakes">pyflakes</ulink>,
88 <ulink url="https://www.pyopenssl.org/en/stable/">pyOpenSSL</ulink>, and
89 <ulink url="https://github.com/google/re2/">re2</ulink>
[982e5c9]90
[f5a75ae]91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/mercurial"/></para>
95
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Mercurial</title>
[d445316]100 <!-- Rust port is now part of the standard tests -->
101
[de33b2a]102 <para>
103 Build <application>Mercurial</application> by issuing the following
104 command:
105 </para>
[0d7900a]106
[f5a75ae]107<screen><userinput>make build</userinput></screen>
[0d7900a]108
[de33b2a]109 <para>
110 To build the documentation (requires <xref linkend="docutils"/>), issue:
111 </para>
[f5a75ae]112
[d445316]113<screen remap="doc"><userinput>make doc</userinput></screen>
[f5a75ae]114
[c1ced74d]115 <para>
[f183c1c]116 To run the test suite, issue:
[c1ced74d]117 </para>
[d445316]118<screen remap="test"><userinput>TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp --blacklist blacklists/fsmonitor --blacklist blacklists/linux-vfat" make check</userinput></screen>
[0f16c7cd]119<!-- The blacklists have to be checked every release of Mercurial, do a listing
[cfc1f98]120 of tests/blacklists, but do not include the README. -->
[23209a71]121
[de33b2a]122 <para>
123 where <replaceable>&lt;N&gt;</replaceable> is an integer between one
[f183c1c]124 and the number of ( processor X threads ), inclusive. Several tests
125 (about 20) fail because some error messages have changed in Python, or
[c65511f5]126 some deprecation warnings are printed, that were not present when the
[1a7bbb8]127 test was designed.
[f183c1c]128 <!--
[1a7bbb8]129 # Ran 908 tests, 65 skipped, 4 failed. real 10m37.422s -bdubbs 6 Sep 22.
[f183c1c]130 # Ran 881 tests, 102 skipped, 23 failed. -plabs 17 Nov 22.
[1fe05eb]131 -->
[1a7bbb8]132 In order to
[de33b2a]133 investigate any apparently failing tests, you may use the
134 <command>run-tests.py</command> script. To see the almost forty switches,
135 some of them very useful, issue <command>tests/run-tests.py
136 --help</command>. Running the following commands, you will execute only
137 the tests that failed before:
138 </para>
[f60ecce]139
[a42c273]140<screen remap="test"><userinput>pushd tests &amp;&amp;
[2beaab8]141 rm -rf tmp &amp;&amp;
[b93e2bde]142 ./run-tests.py --tmpdir tmp test-gpg.t
[768e6fd]143popd</userinput></screen>
[f5a75ae]144
[de33b2a]145 <para>
[6148e28]146 Normally, the previous failures will be reproducible. However, if
[de33b2a]147 you add the switch <option>--debug</option> before
[6148e28]148 <option>--tmpdir</option>, and run the tests again, some failures may
149 disappear, which is a problem with the test suite. If this happens,
150 there will be no more of these failures even if you do not pass the
151 --debug switch again.
[de33b2a]152 </para>
[2beaab8]153
[de33b2a]154 <para>
[7a9a7b26]155 An interesting switch is <option>--time</option>, which will generate a
156 table of all the executed tests and their respective start, end, user,
[6148e28]157 system and real times once the tests are complete. Note that these
[de33b2a]158 switches may be used with <command>make check</command> by including
159 them in the <envar>TESTFLAGS</envar> environment variable.
160 </para>
[f60ecce]161
[de33b2a]162 <para>
163 Install <application>Mercurial</application> by running the following
164 command (as <systemitem class="username">root</systemitem>):
165 </para>
[f5a75ae]166
167<screen role="root"><userinput>make PREFIX=/usr install-bin</userinput></screen>
168
[de33b2a]169 <para>
170 If you built the documentation, install it by running the following
171 command (as <systemitem class="username">root</systemitem>):
172 </para>
[f5a75ae]173
[a42c273]174<screen role="root"
175 remap="doc"><userinput>make PREFIX=/usr install-doc</userinput></screen>
[f5a75ae]176
[de33b2a]177 <para>
[8558044]178 After installation, two very quick and simple tests should run
[de33b2a]179 correctly. The first one needs some configuration:
180 </para>
[ab0c555]181
182<screen><userinput>cat &gt;&gt; ~/.hgrc &lt;&lt; "EOF"
183<literal>[ui]
[2beaab8]184username = <replaceable>&lt;user_name&gt; &lt;user@mail&gt;</replaceable></literal>
[ab0c555]185EOF</userinput></screen>
186
[de33b2a]187 <para>
188 where you must replace &lt;user_name&gt; and &lt;your@mail&gt; (mail
189 is optional and can be omitted). With the user identity defined, run
190 <command>hg debuginstall</command> and several lines will be displayed,
191 the last one reading "no problems detected". Another quick and simple
192 test is just <command>hg</command>, which should output basic commands
193 that can be used with <command>hg</command>.
194 </para>
[ab0c555]195
[f5a75ae]196 </sect2>
197
[d445316]198<!--
[f0190231]199 <sect2 role="commands">
200 <title>Command Explanations</title>
201
202 <para>
[586bd9ff]203 <command>2to3 -w doc/hgmanpage.py</command>: Since <application>
[f0190231]204 Python 3</application> is used with docutils, one file needs to be
205 converted in order to be compatible.
206 </para>
207
[d445316]208 </sect2>
209-->
[8558044]210
[431b5b17]211 <sect2 role="configuration">
212 <title>Configuring Mercurial</title>
213
214 <sect3 id="mercurial-config">
215 <title>Config Files</title>
216
217 <para>
[28320bf4]218 <filename>/etc/mercurial/hgrc</filename> and
219 <filename>~/.hgrc</filename>
[431b5b17]220 </para>
221
222 <indexterm zone="mercurial mercurial-config">
223 <primary sortas="e-etc-mercurial-hgrc">/etc/mercurial/hgrc</primary>
224 </indexterm>
225
[28320bf4]226 <indexterm zone="mercurial mercurial-config">
227 <primary sortas="e-AA.hgrc">~/.hgrc</primary>
228 </indexterm>
229
[de33b2a]230 <para>
231 The great majority of extensions are disabled by default. Run
232 <command>hg help extensions</command> if you need to enable any, e.g.
[6148e28]233 when investigating test failures. This will output a list of enabled
234 and disabled extensions, as well as more information such as how to
235 enable or disable extensions using configuration files.
[de33b2a]236 </para>
[28320bf4]237
[de33b2a]238 <para>
239 If you have installed <xref linkend="make-ca"/> and want
[d761e0a]240 <application>Mercurial</application> to use the certificates,
241 as the <systemitem class="username">root</systemitem> user, issue:
[de33b2a]242 </para>
[431b5b17]243
244<screen role="root"><userinput>install -v -d -m755 /etc/mercurial &amp;&amp;
[a20c505f]245cat &gt; /etc/mercurial/hgrc &lt;&lt; "EOF"
[431b5b17]246<literal>[web]
[5c3f3856]247cacerts = /etc/pki/tls/certs/ca-bundle.crt</literal>
[431b5b17]248EOF</userinput></screen>
249
250 </sect3>
251
252 </sect2>
253
[f5a75ae]254 <sect2 role="content">
255 <title>Contents</title>
256
257 <segmentedlist>
258 <segtitle>Installed Programs</segtitle>
259 <segtitle>Installed Libraries</segtitle>
260 <segtitle>Installed Directories</segtitle>
261
262 <seglistitem>
[8ad9b196]263 <seg>
264 hg
265 </seg>
266 <seg>
267 several internal modules under
[d445316]268 /usr/lib/python&python3-majorver;/site-packages/mercurial
[8ad9b196]269 </seg>
270 <seg>
[f183c1c]271 /etc/mercurial,
272 /usr/lib/python&python3-majorver;/site-packages/hgdemandimport,
273 /usr/lib/python&python3-majorver;/site-packages/hgext,
274 /usr/lib/python&python3-majorver;/site-packages/hgext3rd,
275 /usr/lib/python&python3-majorver;/site-packages/mercurial, and
276 /usr/lib/python&python3-majorver;/site-packages/mercurial-&mercurial-version;-py&python3-majorver;.egg-info
[8ad9b196]277 </seg>
[f5a75ae]278 </seglistitem>
279 </segmentedlist>
280
281 <variablelist>
282 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
283 <?dbfo list-presentation="list"?>
284 <?dbhtml list-presentation="table"?>
285
286 <varlistentry id="hg">
287 <term><command>hg</command></term>
288 <listitem>
[de33b2a]289 <para>
[4c24eb0a]290 is the mercurial version control system
[de33b2a]291 </para>
[f5a75ae]292 <indexterm zone="mercurial hg">
293 <primary sortas="b-hg">hg</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 </variablelist>
299
300 </sect2>
301
302</sect1>
Note: See TracBrowser for help on using the repository browser.