Top "Mercurial" questions

Mercurial is a fast, open-source DVCS (Distributed Version Control System).

How do I put a bunch of uncommitted changes aside while working on something else

If I have a bunch of uncommitted changes and want to set it aside while working on something else instead, …

mercurial
What is the difference between rollback, backout and strip in the Mercurial Eclipse plugin?

What is the difference between the menu items rollback, backout and strip in the Mercurial Eclipse plugin? Can I delete …

eclipse mercurial rollback
Difference between SCM and SVN

What is the difference between SCM and SVN? And how does git differ from mercurial?

git svn version-control mercurial rtc
How do I update my forked repo using SourceTree?

I am using SourceTree (with BitBucket) to manage my code. I have forked a repo, and the parent repo has …

git github mercurial bitbucket atlassian-sourcetree
Mercurial push, abort: authorization failed

I'm having problems with pushing to mercurial repository: $ hg push pushing to https://user:***@hg.domain.com/X_repo searching …

apache mercurial https apache2 repository
Mercurial move changes to a new branch

I have a number of changes that I committed to my local repository, but have not yet been pushed. Since …

mercurial branch
Is it possible to reopen a closed branch in Mercurial?

I understand that it is possible to close a named branch in Mercurial, so that it will not appear in …

mercurial
How to remove changes in a file in hg

Can you please tell me how can I remove change I made locally? In git , I can do git checkout …

mercurial
Mercurial "server"

I've been using Mercurial for a little while, but mainly for my own use. Now though, I have a project …

mercurial version-control
How do I cherry-pick a single revision in Mercurial?

In Mercurial/TortoiseHg, given the following example, what is the easiest way to merge revision "G" into repo A without …

mercurial tortoisehg cherry-pick