source: general/prog/mercurial.xml@ 403a9c62

11.2 11.3 12.0 12.1 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/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 403a9c62 was 88408aa, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Update to mercurial-6.2.1.

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