README.rst
branchstable
changeset 46993 f67b8946bb1b
parent 46756 c5912e35d06d
equal deleted inserted replaced
46810:bc268ea9f984 46993:f67b8946bb1b
    16  $ make local      # build for inplace usage
    16  $ make local      # build for inplace usage
    17  $ ./hg --version  # should show the latest version
    17  $ ./hg --version  # should show the latest version
    18 
    18 
    19 See https://mercurial-scm.org/ for detailed installation
    19 See https://mercurial-scm.org/ for detailed installation
    20 instructions, platform-specific notes, and Mercurial user information.
    20 instructions, platform-specific notes, and Mercurial user information.
       
    21 
       
    22 Notes for packagers
       
    23 ===================
       
    24 
       
    25 Mercurial ships a copy of the python-zstandard sources. This is used to
       
    26 provide support for zstd compression and decompression functionality. The
       
    27 module is not intended to be replaced by the plain python-zstandard nor
       
    28 is it intended to use a system zstd library. Patches can result in hard
       
    29 to diagnose errors and are explicitly discouraged as unsupported
       
    30 configuration.