Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    ra161de9 r0d7900a  
    3030    <title>Introduction to Mercurial</title>
    3131
    32     <para><application>Mercurial</application> is a distributed source control 
    33     management tool similar to <application>CVS</application>, 
     32    <para><application>Mercurial</application> is a distributed source control
     33    management tool similar to <application>CVS</application>,
    3434    <application>Subversion</application> and <application>Git</application>.
    35     <application>Mercurial</application> is written in 
    36     <application>Python</application> and is used by projects such as Mozilla, 
     35    <application>Mercurial</application> is written in
     36    <application>Python</application> and is used by projects such as Mozilla,
    3737    Vim and Audacious.</para>
    3838
     
    7070    </itemizedlist>
    7171    -->
    72    
     72
    7373    <bridgehead renderas="sect3">Mercurial Dependencies</bridgehead>
    7474
     
    7777      <xref linkend="python2"/>
    7878    </para>
    79    
     79
    8080    <bridgehead renderas="sect4">Optional</bridgehead>
    8181    <para role="optional">
     
    100100    <title>Installation of Mercurial</title>
    101101
    102     <para>Build <application>Mercurial</application> by issuing the following 
     102    <para>Build <application>Mercurial</application> by issuing the following
    103103    command:</para>
    104    
     104
    105105<screen><userinput>make build</userinput></screen>
    106    
    107     <para>To build the documentation (requires 
     106
     107    <para>To build the documentation (requires
    108108    <application>Docutils</application>), issue:</para>
    109109
     
    135135        <seg>hg</seg>
    136136        <seg>none</seg>
    137         <seg>/usr/lib/python2.7/site-packages/hgext and 
     137        <seg>/usr/lib/python2.7/site-packages/hgext and
    138138        /usr/lib/python2.7/site-packages/mercurial</seg>
    139139      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.