Jump to content

Mercurial

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Liso (talk | contribs) at 09:32, 5 April 2013 (2.5.3 -> 2.5.4). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Mercurial
Developer(s)Matt Mackall
Initial release19 April 2005 (2005-04-19)[1]
Stable release
2.5.4[2] / 4 April 2013 (2013-04-04)
Repository
Written inPython and C
Operating systemUnix-like, Windows, Mac OS X
TypeRevision control
LicenseGNU GPL v2
Websitemercurial.selenic.com

Mercurial is a cross-platform, distributed revision control tool for software developers. It is mainly implemented using the Python programming language, but includes a binary diff implementation written in C. It is supported on Windows and Unix-like systems, such as FreeBSD, Mac OS X and Linux. Mercurial is primarily a command line program but graphical user interface extensions are available. All of Mercurial's operations are invoked as arguments to its driver program hg, a reference to the chemical symbol of the element mercury.

Mercurial's major design goals include high performance and scalability, decentralized, fully distributed collaborative development, robust handling of both plain text and binary files, and advanced branching and merging capabilities, while remaining conceptually simple.[3] It includes an integrated web interface. Mercurial has also taken steps to ease the transition for SVN users.

The creator and lead developer of Mercurial is Matt Mackall. Mercurial is released as free software under the terms of the GNU GPL v2.

Technical information

Mercurial uses SHA-1 hashes to identify revisions. For repository access via a network, Mercurial uses an HTTP-based protocol that seeks 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. By default it uses a 3-way merge before calling external merge tools.

History

Mackall first announced Mercurial on 19 April 2005.[1] The impetus 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. Mackall decided to write a distributed version control system as a replacement for use with the Linux kernel. This project started a few days after another project called Git, initiated by Linus Torvalds with similar aims.[4]

The Linux kernel project decided to use Git rather than Mercurial, but Mercurial is now used by many other projects (see below).

In an answer on the Mercurial mailing list, Matt Mackall explained how the name "Mercurial" was chosen:[5]

"Shortly before the first release, I read an article about the ongoing

Bitkeeper debacle that described Larry McVoy as mercurial (in the sense of 'fickle'). Given the multiple meanings, the convenient abbreviation, and the good fit with my pre-existing naming scheme (see my email address), it clicked instantly. Mercurial is thus named in Larry's

honor. I do not know if the same is true of Git."

Usage

Figure 1 shows some of the most important operations in Mercurial and their relations to Mercurial's concepts.

Figure 1: Some important operations of Mercurial and their relations.
Screenshot of hgk in action
Screenshot of TortoiseHg client history
  • 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. There is an hgk replacement named hgview that is written in pure Python and provides both gtk and qt interfaces.
    TortoiseHg
    TortoiseHg is a shell extension and a series of applications for the Mercurial distributed revision control system. It is available for Windows Explorer and GNOME Nautilus.
    Murky
    A Mac OS X GUI in Objective-C 2.0, runs on Mac OS X 10.5 and later.
    MacMercurial
    A Mac OS X GUI "not intended to completely replace command line use of Mercurial, only to ease the most common Mercurial operations," for Mac OS X 10.4 or later.
    MacHg
    MacHg is a free and fast multithreaded front end for Mac OS X 10.6 and later.
    SourceTree
    A freeware Mac OS X GUI client that works with both Mercurial and Git.
    hgtui
    A freeware TUI client for Linux and Windows (using cygwin).
  • Related tools for merging include (h)gct (Qt) and Meld.
  • The convert extension allows import from CVS, Darcs, Git, GNU Arch, Monotone, Perforce, Bazaar and Subversion repositories.
  • Microsoft Visual Studio supports Mercurial with the VisualHG and HgSccPackage plugins.
  • NetBeans supports Mercurial from Version 6.
  • Eclipse supports Mercurial with the MercurialEclipse plugin.

Adoption

Source code hosting

The following websites provide free source code hosting for Mercurial repositories:

Projects using Mercurial

Some projects using the Mercurial distributed RCS:[9]

See also

References

  1. ^ a b Mackall, Matt (20 April 2005). "Mercurial v0.1 - a minimal scalable distributed SCM". Linux kernel (Mailing list). {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  2. ^ Mercurial 2.5.4 - [1]
  3. ^ Matt Mackall, Towards a Better SCM: Revlog and Mercurial, Ottawa Linux Symposium Proceedings, 2006.
  4. ^ Mackall, Matt (29 April 2005). "Re: Mercurial 0.4b vs git patchbomb benchmark". Linux kernel (Mailing list). {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  5. ^ Mackall, Matt (15 February 2012). "Why did Matt choose the name Mercurial?". Mercurial (Mailing list). Retrieved 8 March 2012. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  6. ^ "CodePlex Weblog: CodePlex now supporting native Mercurial". 22 January 2010.
  7. ^ "Google Code Blog: Mercurial Now Available to All Open Source Projects". 28 May 2009.
  8. ^ "Codebase - Git, Mercurial & Subversion hosting". 4 March 2013.
  9. ^ Some projects that use Mercurial
  10. ^ "Source code repositories migrated from Subversion to Mercurial". 27 February 2010.
  11. ^ Timo Sirainen (19 May 2007). "CVS to Mercurial switch". Dovecot-news (Mailing list). {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  12. ^ "Open Source". 8 July 2011.
  13. ^ "Mercurial Work Flow". 13 March 2011.
  14. ^ Ryan C. Gordon (11 May 2010). "Lugaru goes open source!".
  15. ^ J. Paul Reed (12 April 2007). "Version Control System Shootout Redux Redux".
  16. ^ "Switch to hg.netbeans.org completed". 2008. {{cite web}}: Unknown parameter |month= ignored (help)
  17. ^ "Mercurial « OGRE – Open Source 3D Graphics Engine". 4 April 2010.
  18. ^ James Gosling (2006). "James Gosling on Open Sourcing Sun's Java Platform Implementations, Part 1" (Interview). Interviewed by Robert Eckstein. {{cite interview}}: Unknown parameter |month= ignored (help)
  19. ^ "OpenIndiana Source Repositories". 13 March 2011.
  20. ^ "RawTherapee". 4 January 2010.
  21. ^ "Mercurial Repositories". Retrieved 13 April 2011.
  22. ^ David Wood (6 April 2009). "We decided in the end to use Mercurial rather than Git". Retrieved 7 May 2009.
  23. ^ "Distributed VCS: On git and mercurial, a transition from SVN".