##// END OF EJS Templates
lock: add a wrapper to os.getpid() to make testing easier...
Siddharth Agarwal -
r26383:0fceb348 default
Show More
Name Size Modified Last Commit Author
contrib
doc
hgext
i18n
mercurial
tests
.hgignore 806 B
r22945:3232f92360d4
Angel Ezquerra
.hgsigs 36.9 KiB
r26122:d0843f7e16b4
Matt Mackall
.hgtags 5.8 KiB
r26121:e0bfa3374a6a
Matt Mackall
CONTRIBUTORS 1.6 KiB
r5514:c29efd272395
Matt Mackall
COPYING 17.7 KiB
r14512:8c8b55733cbd
Matt Mackall
Makefile 6.9 KiB
r26108:05306b9359d3
Augie Fackler
README 547 B
r16217:df5ecb813426
Ross Lagerwall
hg 1.1 KiB
r21812:73e4a02e6d23
Augie Fackler
hgeditor 1.2 KiB
r11266:2b440bb8a66b
Javi Merino
hgweb.cgi 683 B
r15475:85cba926cb59
Matt Mackall
setup.py 23.5 KiB
r25409:95e042d77a5f
Steve Borho

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.