Changeset e972eb7 for general/prog


Ignore:
Timestamp:
03/20/2024 10:06:48 PM (6 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
667aff2
Parents:
8c90e62
Message:

Update to mercurial-6.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r8c90e62 re972eb7  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "b6c1716150b0da35d44d1155cb3ae853">
     9  <!ENTITY mercurial-md5sum        "5af52075e9ff25094798e4ef525f680b">
    1010  <!ENTITY mercurial-size          "7.9 MB">
    11   <!ENTITY mercurial-buildsize     "115 MB (with docs, add 1.5 GB for tests)">
    12   <!ENTITY mercurial-time          "0.3 SBU (with docs; add 14 SBU for tests; both using parallelism=8)">
     11  <!ENTITY mercurial-buildsize     "80 MB (with docs, add 1.6 GB for tests)">
     12  <!ENTITY mercurial-time          "0.4 SBU (with docs; add 12 SBU for tests; both using parallelism=8)">
    1313]>
    1414
     
    7474    <bridgehead renderas="sect4">Optional</bridgehead>
    7575    <para role="optional">
    76     <xref linkend="docutils"/>
    77       (required to build the documentation),
    78     <xref linkend="git"/>,
    79     <xref linkend="gpgme"/> (with Python bindings),
    80     <xref role="runtime" linkend="openssh"/>
    81       (runtime, to access ssh://... repositories),
    82     <xref linkend="pygments"/>,
    83     <xref linkend="rust"/> (see <filename>rust/README.rst</filename> and <filename>rust/rhg/README.md</filename>),
    84     <xref linkend="subversion"/> (with Python bindings),
    85     <ulink url="https://launchpad.net/bzr">Bazaar</ulink>,
    86     <ulink url="https://www.nongnu.org/cvs/">CVS</ulink>,
    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>
    90 
    91     </para>
    92 
     76      <xref linkend="docutils"/>
     77        (required to build the documentation),
     78      <xref linkend="git"/>,
     79      <xref linkend="gpgme"/> (with Python bindings),
     80      <xref role="runtime" linkend="openssh"/>
     81        (runtime, to access ssh://... repositories),
     82      <xref linkend="pygments"/>,
     83      <xref linkend="rust"/> (see <filename>rust/README.rst</filename> and <filename>rust/rhg/README.md</filename>),
     84      <xref linkend="subversion"/> (with Python bindings),
     85      <ulink url="https://launchpad.net/bzr">Bazaar</ulink>,
     86      <ulink url="https://www.nongnu.org/cvs/">CVS</ulink>,
     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>
     90    </para>
    9391
    9492  </sect2>
     
    110108
    111109<screen remap="doc"><userinput>make doc</userinput></screen>
    112 
     110<!--
     111    The tests do not hang.  Better to just report what failed.
    113112    <para>
    114113      If you wish to run the tests, the rust tests must be removed as they are
     
    117116
    118117<screen><userinput>sed -i '138,142d' Makefile</userinput></screen>
    119 
     118-->
    120119    <para>
    121120      To run the test suite, issue:
     
    129128    <para>
    130129      where <replaceable>&lt;N&gt;</replaceable> is an integer between one
    131       and the number of ( processor X threads ), inclusive. Several tests
     130      and the number of ( processor X threads ), inclusive. Tests may
    132131      fail because some error messages have changed in Python or
    133132      some deprecation warnings are printed that were not present when the
    134       test was designed.
     133      test was designed.  Two tests are known to fail: test-duplicateoptions.py
     134      and test-profile.t.
     135    </para>
    135136      <!--
    136137      # Ran 908 tests, 65 skipped, 4 failed.  real  10m37.422s -bdubbs  6 Sep 22.
     
    144145      # Ran 950 tests, 65 skipped, 1 failed. -pierre 8  Nov 23 (mercurial-6.5.3).
    145146      # Ran 948 tests, 66 skipped, 0 failed. -renodr 22 Nov 23 (mercurial-6.6).
     147      # Ran 946 tests, 71 skipped, 2 failed. -bdubbs 20 Mar 24 (mercurial-6.7).
    146148      -->
     149    <para>
    147150      In order to
    148151      investigate any apparently failing tests, you may use the
Note: See TracChangeset for help on using the changeset viewer.