Menu

Tree [f10019] default /
 History

Read Only access


File Date Author Commit
 contrib 2014-10-16 Mads Kiilerich Mads Kiilerich [eea2e0] docker: use official centos5 image
 doc 2014-06-23 Augie Fackler Augie Fackler [e0b29a] gendoc: restore use of callable() since it was ...
 hgext 2014-10-15 Mads Kiilerich Mads Kiilerich [075f55] largefiles: inline redundant toname function in...
 i18n 2014-09-30 Wagner Bruna Wagner Bruna [a89510] i18n-pt_BR: minor fixes and rewording on histed...
 mercurial 2014-10-17 Pierre-Yves David Pierre-Yves David [f10019] hook: schedule run "b2x-transactionclose" for a...
 tests 2014-10-17 Pierre-Yves David Pierre-Yves David [f10019] hook: schedule run "b2x-transactionclose" for a...
 .hgignore 2014-10-13 Angel Ezquerra Angel Ezquerra [3232f9] hgignore: ignore the PyCharm workspace folder
 .hgsigs 2014-10-01 Matt Mackall Matt Mackall [4cf94a] Added signature for changeset f768c888aaa6
 .hgtags 2014-10-05 Jean-Francois Pieronne Jean-Francois Pieronne [46f8ff] Added tag 3.1.2-vms for changeset ae3ae9b25e6e
 CONTRIBUTORS 2007-11-08 Matt Mackall Matt Mackall [c29efd] Add note to CONTRIBUTORS file
 COPYING 2011-06-02 Matt Mackall Matt Mackall [8c8b55] COPYING: refresh with current address from fsf.org
 Makefile 2014-10-16 Mads Kiilerich Mads Kiilerich [1d3548] docker: add centos7 target for CentOS / Red Hat...
 README 2012-03-02 Ross Lagerwall Ross Lagerwall [df5ecb] readme: mention how to run in-place
 hg 2014-06-23 Augie Fackler Augie Fackler [73e4a0] hg: add support for HGUNICODEPEDANTRY environme...
 hgeditor 2010-05-19 Javi Merino Javi Merino [2b440b] Fixed a bashism with the use of $RANDOM in hged...
 hgweb.cgi 2011-11-10 Matt Mackall Matt Mackall [85cba9] hgweb: add hint about finding library path with...
 setup.py 2014-10-01 Kyle Lippincott Kyle Lippincott [e88a63] setup: set mode 644 or 755 on installed files

Read Me

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.