Show More
Name | Size | Modified | Last Commit | Author |
---|---|---|---|---|
contrib | ||||
doc | ||||
hgext | ||||
i18n | ||||
mercurial | ||||
tests | ||||
.hgignore | 806 B |
r22945:3232f92360d4 |
|
|
.hgsigs | 36.9 KiB |
r26122:d0843f7e16b4 |
|
|
.hgtags | 5.8 KiB |
r26121:e0bfa3374a6a |
|
|
CONTRIBUTORS | 1.6 KiB |
r5514:c29efd272395 |
|
|
COPYING | 17.7 KiB |
r14512:8c8b55733cbd |
|
|
Makefile | 6.9 KiB |
r26108:05306b9359d3 |
|
|
README | 547 B |
r16217:df5ecb813426 |
|
|
hg | 1.1 KiB |
r21812:73e4a02e6d23 |
|
|
hgeditor | 1.2 KiB |
r11266:2b440bb8a66b |
|
|
hgweb.cgi | 683 B |
r15475:85cba926cb59 |
|
|
setup.py | 23.5 KiB |
r25409:95e042d77a5f |
|
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 http://mercurial.selenic.com/ for detailed installation
instructions, platform-specific notes, and Mercurial user information.