Mercurial > hg > mercurial-crew
view README @ 28545:ce76c4d2b85c
backout: commit changeset by default (BC)
Add --no-commit flag to prevent it. This should make the hg user
experience a little better. Some discussion can be found here:
http://markmail.org/message/7jm7ro2ias6hxywy
author | Ruslan Sayfutdinov <sayfutdinov@fb.com> |
---|---|
date | Fri, 15 Jan 2016 13:46:33 -0800 |
parents | 4b0fc75f9403 |
children |
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 Running without installing: $ make local # build for inplace usage $ ./hg --version # should show the latest version See https://mercurial-scm.org/ for detailed installation instructions, platform-specific notes, and Mercurial user information.