Profile Name

Star Rating

16
12
3
0
0

Mercurial Open Source Project Reviews

Review Filters
Profile Name
Star Rating
16
12
3
0
0
Chris T.
CT
Chris T.
Head of Databases at adjust.com
12/14/2015
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Very nice distributed version control system

The Mercurial team has paid close attention to what has worked with competing packages in the past from a user interface perspective. Thus the learning curve is minimized so you can learn the tool separately from learning the internals of distributed version control management. In general, the user experience is very good, and if you know SVN you can get started right away, learning as you go. For this reason, even though I use git at some customer's locations, I use git or svn, Mercurial is my own tool of choice.
Andrey P.
AP
Andrey P.
CTO at 12devs.com
12/14/2015
Validated Reviewer
Review source: G2 invite
Incentivized Review

Mercurial is easy, flexible and reliable.

Mercurial is very powerful distributed VCS with very simple branching model. It is excellent for small projects with relatively short history as well as awesome for big enterprise level projects. One more "feature" of mercurial is it's mercurial-server - very simple and reliable way to organise private repository server.
Domenico T.
DT
Domenico T.
Software Engineer at Bit4ID
11/24/2015
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Distributed version control with some regrets

Mercurial HG is what is called a distributed version control system (DVCS) that let you develop a repository completely offline. Basically when you clone a repository the full revision history is copied locally and you're enabled to add your own commits, even if your collaborators are working on their own clones. It has a syntax that is easier to remember compared to git and works flawlessly on all the major platforms.