Show More
Name | Size | Modified | Last Commit | Author |
---|---|---|---|---|
contrib | ||||
doc | ||||
hgdemandimport | ||||
hgext | ||||
hgext3rd | ||||
i18n | ||||
mercurial | ||||
tests | ||||
.arcconfig | 148 B |
r33584:b2c27d84f05c |
|
|
.clang-format | 226 B |
r34799:e33381d95930 |
|
|
.editorconfig | 220 B |
r28793:d30fdd6d1bf7 |
|
|
.hgignore | 832 B |
r33033:91ae09010950 |
|
|
.hgsigs | 68.4 KiB |
r34956:95f54cec0025 |
|
|
.hgtags | 7.7 KiB |
r34995:929bf8390056 |
|
|
CONTRIBUTING | 600 B |
r30084:a492610a2fc1 |
|
|
CONTRIBUTORS | 1.6 KiB |
r5514:c29efd272395 |
|
|
COPYING | 17.7 KiB |
r14512:8c8b55733cbd |
|
|
Makefile | 10.4 KiB |
r34928:c2695cbb5fb1 |
||
README.rst | 546 B |
r34580:1b59287a1cfa |
|
|
hg | 1.2 KiB |
r34534:163fa0aea71e |
|
|
hgeditor | 1.2 KiB |
r26781:1aee2ab0f902 |
|
|
hgweb.cgi | 680 B |
r26421:4b0fc75f9403 |
|
|
setup.py | 38.2 KiB |
r34924:a6a322193a02 |
|
Mercurial
Mercurial is a fast, easy to use, distributed revision control tool for software developers.
Basic install:
$ make # see install targets $ make install # do a system-wide install $ hg debuginstall # sanity-check setup $ hg # see help
Running without installing:
$ make local # build for inplace usage $ ./hg --version # should show the latest version
See https://mercurial-scm.org/ for detailed installation instructions, platform-specific notes, and Mercurial user information.