Top "Mercurial" questions

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

Mercurial stuck "waiting for lock"

Got a bluescreen in windows while cloning a mercurial repository. After reboot, I now get this message for almost all …

mercurial
What is the difference between hg forget and hg remove?

I want mercurial to remove several files from the current state of the repository. However, I want the files to …

version-control mercurial
Mercurial: how to amend the last commit?

I'm looking for a counter-part of git commit --amend in Mercurial, i.e. a way to modify the commit which …

mercurial commit amend mercurial-commit
How to correctly close a feature branch in Mercurial?

I've finished working on a feature branch feature-x. I want to merge results back to the default branch and close …

merge mercurial branch hg-merge
Using Git how do I find changes between local and remote

Here are two different questions but I think they are related. When using Git, how do I find which changes …

git mercurial
Mercurial Eclipse Plugin

Where can I find a good Eclipse Mercurial Plugin?

eclipse mercurial eclipse-plugin
How do you "rollback" last commit on Mercurial?

I have a Mercurial repository that I use in local only... It's for my personal usage (so I don't "push" …

mercurial commit rollback
Push creates new remote heads! (did you forget to merge? use push -f to force)

Ok I've had a little google and can't find a solution as i've stumbled across the same message but different …

mercurial
abort: no username supplied (see "hg help config")

I have added repository and at the time of commit I get error as error: abort: no username supplied (see "…

configuration mercurial
How to do Mercurial's 'hg remove' for all missing files?

I use this to remove a file from the repo: hg remove <full file path> What command can …

mercurial