view README @ 15382:b59e6b1e0c95 stable

largefiles: test that a largefile cannot accidentally be re-added as a regular file
author Na'Tosha Bard <natosha@unity3d.com>
date Fri, 28 Oct 2011 18:17:44 +0200
parents a9f91c844a3b
children df5ecb813426
line wrap: on
line source

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

See http://mercurial.selenic.com/ for detailed installation
instructions, platform-specific notes, and Mercurial user information.