Show More
@@ -1,20 +1,30 b'' | |||
|
1 | 1 | Mercurial |
|
2 | 2 | ========= |
|
3 | 3 | |
|
4 | 4 | Mercurial is a fast, easy to use, distributed revision control tool |
|
5 | 5 | for software developers. |
|
6 | 6 | |
|
7 | 7 | Basic install:: |
|
8 | 8 | |
|
9 | 9 | $ make # see install targets |
|
10 | 10 | $ make install # do a system-wide install |
|
11 | 11 | $ hg debuginstall # sanity-check setup |
|
12 | 12 | $ hg # see help |
|
13 | 13 | |
|
14 | 14 | Running without installing:: |
|
15 | 15 | |
|
16 | 16 | $ make local # build for inplace usage |
|
17 | 17 | $ ./hg --version # should show the latest version |
|
18 | 18 | |
|
19 | 19 | See https://mercurial-scm.org/ for detailed installation |
|
20 | 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. |
General Comments 0
You need to be logged in to leave comments.
Login now