Mercurial SCM You can follow our simple guide to learn how to revision your documents with Mercurial, or just use the quick start to get going instantly A short overview of Mercurial’s decentralized model is also available
Installation - Mercurial Mercurial is written in Python, C and Rust with platform independence in mind As a result, Mercurial is available on Microsoft Windows, GNU Linux, macOS, Solaris 11 Express and others
Help: evolve - Mercurial Mercurial > hello Help: evolve hg evolve [OPTIONS] aliases: stabilize, solve solve troubled changesets in your repository Modifying history can lead to various types of troubled changesets: orphan, phase-divergent, or content-divergent The evolve command resolves your troubles by executing one of the following actions:
hg commit - mercurial-scm. org If no commit message is specified, Mercurial starts your configured editor where you can enter a message In case your commit fails, you will find a backup of your message in hg last-message txt
Configuring hgweb - mercurial-scm. org Mercurial’s internal web server, hgweb, can serve either a single repository, or a tree of repositories In the second case, repository paths and global options can be defined using a dedicated configuration file common to `hg serve`, hgweb wsgi, hgweb cgi and hgweb fcgi
About - Mercurial Mercurial source control management # Mercurial is a free, distributed source control management tool It offers you the power to efficiently handle projects of any size while using an intuitive interface It is easy to use and hard to break, making it ideal for anyone working with versioned files Distributed architecture #
Learn Mercurial In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts of Mercurial Also includes a section explaining the differences between SVN and Mercurial