MERCURIAL (SOFTWARE)


'Mercurial' is a cross-platform, distributed source management tool for software developers.
It is written in Python, with a binary diff implementation written in C. Mercurial is primarily a command line program. All its commands begin with hg, a reference to the chemical symbol for mercury.
Its major goals include high performance and scalability; serverless, fully distributed collaborative development; robust handling of both plain text and binary files; and advanced branching and merging capabilities, while remaining conceptually simple. It includes an integrated web interface.
The creator and lead developer of Mercurial is Matt Mackall. The full source code is available under the terms of the GNU General Public License, making Mercurial free software.

Contents
Technical information
Documentation
History
Related software
See also
References
External links

Technical information


Like Git and Monotone, Mercurial uses SHA-1 hashes to identify revisions.
Mercurial uses an efficient, HTTP-based networking protocol that works to reduce round-trip requests, new connections and data transferred. Mercurial can also work over ssh where the protocol is very similar to the HTTP-based protocol.
It has been ported to Windows, Mac OS X, and most Unix-like systems.

Documentation


A comprehensive reference manual, Distributed revision control with Mercurial[1], has been written by Bryan O'Sullivan. The manual is freely available under the terms of the Open Publication License.

History


Mackall first announced Mercurial on April 19, 2005.[2] The immediate stimulus for this was the announcement earlier that month by Bitmover that they were withdrawing the free version of BitKeeper.
BitKeeper had been used for the version control requirements of the Linux kernel project till then, but since it could not be so any longer, Mackall decided to write a replacement distributed version control system for use on the Linux kernel. This project started at approximately the same time as another project called Git, started by Linus Torvalds with similar aims.
The Linux kernel went on to use Git rather than Mercurial, but Mercurial is now used by many other projects, including Xen[2], Sun's OpenSolaris[4] and Java Platform[2][6], and Mozilla[7].

Related software


Screenshot of hgk in action.

GUI interfaces for Mercurial include ''Hgk'' (Tcl/Tk). This is implemented as a Mercurial extension, and is part of the official version. This viewer displays the directed acyclic graph of the changesets of a Mercurial repository. This viewer can be invoked via the command 'hg view', if the extension is enabled. hgk was originally based on a similar tool for git called gitk.
Related tools for merging include ''(h)gct'' (Qt) and Meld.

See also



List of revision control software

Comparison of revision control software

References


1. Distributed revision control with Mercurial, Bryan O'Sullivan, , , , ,
2.
3.
4. OpenSolaris SCM Project History
5.
6. One giant leap, two small steps Mark Reinhold
7. Version Control System Shootout Redux Redux J. Paul Reed

External links



Official Mercurial Project Wiki

Mercurial: an alternative to git from LWN.net

Mercurial for TeamWare users

Google TechTalk on Mercurial

This article provided by Wikipedia. To edit the contents of this article, click here for original source.

psst.. try this: add to faves