sapling/eden/scm/README.rst

21 lines
546 B
ReStructuredText
Raw Normal View History

2010-10-27 14:05:37 +04:00
Mercurial
=========
Mercurial is a fast, easy to use, distributed revision control tool
for software developers.
Basic install::
2006-12-20 02:17:08 +03:00
$ 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
2015-09-30 23:43:49 +03:00
See https://mercurial-scm.org/ for detailed installation
2006-12-20 02:17:08 +03:00
instructions, platform-specific notes, and Mercurial user information.