Differences between revisions 200 and 204 (spanning 4 versions)
Revision 200 as of 2015-04-21 05:58:55
Size: 11166
Editor: KazNishimura
Comment: SourceTree is no longer for Mac only.
Revision 204 as of 2017-01-23 12:11:41
Size: 11793
Editor: SimonPickup
Comment: Replicated SourceTree into Mac-native GUIS and updated to be free
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Line 10: Line 11:
Line 11: Line 13:
Line 12: Line 15:
Line 13: Line 17:
Line 14: Line 19:
Line 15: Line 21:
 * [[http://www.sourcetreeapp.com|SourceTree]] - Fast & friendly client for both Mercurial and Git on Windows 7+ and Mac OS X 10.7+ (commercial)
* [[http://www.sourcetreeapp.com|SourceTree]] - Fast & friendly client for both Mercurial and Git on Windows 7+ and Mac OS X 10.7+ (free)
Line 18: Line 25:
 * [[http://www.sourcetreeapp.com|SourceTree]] - Fast & friendly client for both Mercurial and Git on Windows 7+ and Mac OS X 10.7+ (free)
Line 19: Line 27:
Line 23: Line 32:
Line 24: Line 34:
Line 25: Line 36:
Line 29: Line 41:
Line 37: Line 50:
Line 38: Line 52:
Line 39: Line 54:
Line 40: Line 56:
Line 44: Line 61:
Line 48: Line 66:
Line 54: Line 73:
 * [[http://www.selenic.com/hg/file/tip/contrib/mercurial.el|contrib/mercurial.el]] - hg-mode for Emacs and Xemacs  * Source:contrib/mercurial.el - hg-mode for Emacs and Xemacs
Line 56: Line 76:
Line 57: Line 78:
Line 58: Line 80:
Line 62: Line 85:
Line 63: Line 87:
Line 67: Line 92:
Line 68: Line 94:
Line 69: Line 96:
Line 70: Line 98:
Line 74: Line 103:
Line 75: Line 105:
Line 76: Line 107:
Line 77: Line 109:
Line 78: Line 111:
Line 79: Line 113:
Line 80: Line 115:

 * [[https://deveo.com/|Deveo]] - a code hosting platform that supports Git, Subversion and Mercurial and has issue tracking and Wiki functionalities. Commits in repositories are automatically linked to issues in a given project.
Line 83: Line 120:
Line 84: Line 122:
Line 89: Line 128:
 * [[https://deveo.com/|Deveo]] - Code reviews can be conducted through Mercurial branches, bookmarks and commits. Supports also quality gates with continuous integration servers and manual approvals.
Line 91: Line 132:
Line 92: Line 134:
Line 93: Line 136:
Line 97: Line 141:
Line 98: Line 143:
Line 99: Line 145:
 * [[http://progetti.arstecnica.it/tailor|tailor]] - A tool for converting between SCMs
* [[https://github.com/lelit/tailor|tailor]] - A tool for converting between SCMs
Line 104: Line 152:
Line 105: Line 154:
Line 106: Line 156:
Line 107: Line 158:
Line 108: Line 160:
Line 109: Line 162:
Line 110: Line 164:
Line 111: Line 166:
Line 112: Line 168:
Line 113: Line 170:
Line 114: Line 172:
Line 115: Line 174:
Line 116: Line 176:
Line 117: Line 178:

Other Tools

Information about other tools that work with Mercurial.

1. Graphical user interfaces

  • TortoiseHg - OS-level Mercurial integration on Windows (similar to TortoiseSVN), Linux (stand-alone or with Nautilus integration)

  • gquilt - A PyGTK-based wrapper for quilt and mq

  • gwsmhg - A PyGTK-based work space manager using hg and mq

  • HgWin - A GUI-based tool similar to hgtk (requires .NET Framework v3.5 SP1 or higher)

  • EasyMercurial - A simple, user-friendly cross-platform client, originally based on HgExplorer, designed with new users and straightforward setups in mind

  • hgtui - A TUI-based tool written in Python

  • SmartGit/Hg - A solid cross-platform client for Mercurial, Git and SVN (free for non-commercial use)

  • SourceTree - Fast & friendly client for both Mercurial and Git on Windows 7+ and Mac OS X 10.7+ (free)

1.1. Mac-native GUIs

  • SourceTree - Fast & friendly client for both Mercurial and Git on Windows 7+ and Mac OS X 10.7+ (free)

  • MacHg - A multithreaded, fast, fully featured Mercurial client for Mac OS X 10.6+.

  • MacMercurial - A GUI front end for common Mercurial operations (Mac OS X 10.4 or later) (No longer maintained)

1.2. History browsers

  • HgkExtension - A port of the gitk history browser, included by default with Mercurial (requires Tcl/Tk 8.4 or later)

  • hgview - qt4 or curse replacement for hgk (available on Debian or Ubuntu with apt-get install hgview, "yum install hgview" on Fedora)

  • hg-diff - A GUI program to browse and compare mercurial revisions.

  • BugBranch - clones a mercurial repo to iPhone or iPad and lets you browse commits/diffs/source.

1.3. GUI diff/merge tools

  • meld - A GUI diff, merge and commit tool with plugin-based SCM support

  • Diffuse - A graphical merge and comparison tool with Mercurial support

1.4. Commit tools

  • qct - A GUI-based commit tool, designed for portability (see also: QctExtension)

2. IDE and editor integration

2.1. IDEs with built-in support

  • NetBeans - A popular IDE with built-in Mercurial support

  • Komodo IDE - A multi-platform, feature-rich IDE with integrated Mercurial source code control

  • IntelliJ IDEA - A Java-centered IDE with built-in Mercurial support

  • Eric - A Python IDE with Mercurial support

  • PyCharm - Python IDE with complete set of tools for productive development with Python programming language

2.2. Eclipse

2.3. MS Visual Studio

  • HgSccPackage - Mercurial plugin for MS Visual Studio 2008/2010. Uses mercurial command line client as backend.

  • VisualHG - Mercurial plugin for MS Visual Studio 2005, 2008 and 2010. Uses TortoiseHg as backend.

2.4. Xcode

2.5. Emacs

  • contrib/mercurial.el - hg-mode for Emacs and Xemacs

  • EmacsVcMode - Built-in support for Mercurial in Emacs 22.3 and higher

  • DVC - Emacs integration for DVCS

  • ahg - An Emacs front-end for the Mercurial SCM, aimed at simplicity and ease of use

  • Monky - Provides Mercurial interactive interface for Emacs.

2.6. VIM

  • VimVcsPlugin - Plugin for several VCS with included Mercurial support

  • Aurum - Plugin that provides integration between Vim and Mercurial

  • Lawrencium - Plugin that provides dedicated integration with Mercurial.

2.7. Other

3. Project/issue tracking

  • TracMercurial - Provides Mercurial integration for Trac

  • TargetProcess Mercurial Plugin - Mercurial integration for TargetProcess Agile Project Management software

  • Redmine - A flexible project management web application with built-in Mercurial support

  • EmForge - workflow-based project management solution has support for Mercurial repositories (see Mercurial Support for details)

  • InDefero - Clone of Google Code with Mercurial (also Git/Subversion) code browser, wiki, issue tracking and more

  • BugzillaExtension - Automatically updating comments of bugzilla bugs when there's a reference to a bug id inside changesets

  • HgLab - a Mercurial source control management system for Windows with push and pull servers, repository browser and a whole slew of other goodies.

  • Deveo - a code hosting platform that supports Git, Subversion and Mercurial and has issue tracking and Wiki functionalities. Commits in repositories are automatically linked to issues in a given project.

4. Build/deployment tools

5. Code review

  • ReviewBoard - Support Mercurial out-of-the-box (see also the reviewboard extension)

  • Deveo - Code reviews can be conducted through Mercurial branches, bookmarks and commits. Supports also quality gates with continuous integration servers and manual approvals.

6. Continuous Integration

7. Interoperability

  • The bundled convert extension can import repositories from CVS, Subversion, Perforce, Git, and several other version control systems.

  • HgSubversion - An extension to allow using Mercurial as a Subversion client

  • HgGit - The Hg-Git plugin can convert commits/changesets losslessly from one system to another, so you can push via a Mercurial repository and another Mercurial client can pull it.

  • tailor - A tool for converting between SCMs

  • hgsvn - A set of scripts to work locally on Subversion checkouts using Mercurial

8. Miscellaneous

  • Rope - A python refactoring library (file and folder changes in a project that uses Mercurial are handled)

  • devtools - A set of development tools used at Logilab

  • Slipper - Lets you use Mercurial and reStructuredText to back your website

  • Hotwire Hg Plugin - For the Hotwire object-oriented hypershell

  • ant4hg - ANT tasks for mercurial

  • codeBeamer Managed Repository - Dead simple repository- and access control management for Mercurial

  • hg.Net - A .Net 2.0 class library that provides asynchronous Mercurial access for your applications

  • MSBuild Mercurial Tasks - The integration of Mercurial into MSBuild, the Microsoft build solution used by Visual Studio

  • HgAssist - A tool that notifies you of incoming and outgoing changes in your repositories, written with .net 4.0 and published under GPL

  • SCM-Manager - Web based repository and permission management for Mercurial, Subversion and Git.

  • SCM-Manager Universe - Linux based virtual machine, which integrates source code management, bugtracking and continuous integration with Jenkins in one completely preconfigured system.

  • HgPreBackup - A script application to maintain copies of repositories to be used by backup software. This allows backups to be made without the backup software competing for ownership of the active repositories.

  • hgcp - Copy and move files between repositories.

  • BuildMaster - platform to manage the build-release-deploy cycle of all of the applications from source control through production, tightly integrates with existing toolsets, and allows for a tremendous amount of extensibility. Integrates with Mercurial.

  • hgbox - A simple utility to automatically synchronize repositories

9. See also


CategoryTools CategoryWiki

OtherTools (last edited 2022-01-03 05:56:32 by DanKurtz)