##// END OF EJS Templates
Added tag 4.4.1 for changeset cabc840ffdee
Augie Fackler -
r34995:929bf839 stable
Show More
Name Size Modified Last Commit Author
contrib
doc
hgdemandimport
hgext
hgext3rd
i18n
mercurial
tests
.arcconfig 148 B
r33584:b2c27d84f05c
Alex Gaynor
.clang-format 226 B
r34799:e33381d95930
Augie Fackler
.editorconfig 220 B
r28793:d30fdd6d1bf7
Jun Wu
.hgignore 832 B
r33033:91ae09010950
Augie Fackler
.hgsigs 68.4 KiB
r34956:95f54cec0025
Kevin Bullock
.hgtags 7.7 KiB
r34995:929bf8390056
Augie Fackler
CONTRIBUTING 600 B
r30084:a492610a2fc1
Augie Fackler
CONTRIBUTORS 1.6 KiB
r5514:c29efd272395
Matt Mackall
COPYING 17.7 KiB
r14512:8c8b55733cbd
Matt Mackall
Makefile 10.4 KiB
r34928:c2695cbb5fb1
av6
README.rst 546 B
r34580:1b59287a1cfa
David Demelier
hg 1.2 KiB
r34534:163fa0aea71e
Yuya Nishihara
hgeditor 1.2 KiB
r26781:1aee2ab0f902
Mads Kiilerich
hgweb.cgi 680 B
r26421:4b0fc75f9403
Matt Mackall
setup.py 38.2 KiB
r34924:a6a322193a02
Kevin Bullock

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.