Mercurial is a fast, open-source DVCS (Distributed Version Control System).
If I have a bunch of uncommitted changes and want to set it aside while working on something else instead, …
mercurialWhat is the difference between the menu items rollback, backout and strip in the Mercurial Eclipse plugin? Can I delete …
eclipse mercurial rollbackWhat is the difference between SCM and SVN? And how does git differ from mercurial?
git svn version-control mercurial rtcI am using SourceTree (with BitBucket) to manage my code. I have forked a repo, and the parent repo has …
git github mercurial bitbucket atlassian-sourcetreeI'm having problems with pushing to mercurial repository: $ hg push pushing to https://user:***@hg.domain.com/X_repo searching …
apache mercurial https apache2 repositoryI have a number of changes that I committed to my local repository, but have not yet been pushed. Since …
mercurial branchI understand that it is possible to close a named branch in Mercurial, so that it will not appear in …
mercurialCan you please tell me how can I remove change I made locally? In git , I can do git checkout …
mercurialI've been using Mercurial for a little while, but mainly for my own use. Now though, I have a project …
mercurial version-controlIn Mercurial/TortoiseHg, given the following example, what is the easiest way to merge revision "G" into repo A without …
mercurial tortoisehg cherry-pick