Top "Mercurial" questions

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

What is the Difference Between Mercurial and Git?

I've been using git for some time now on Windows (with msysGit) and I like the idea of distributed source …

git version-control mercurial comparison dvcs
How to save username and password with Mercurial?

I used Mercurial in a personal project, and I have been typing my username and password every time I want …

mercurial hgrc
Mercurial — revert back to old version and continue from there

I'm using Mercurial locally for a project (it's the only repo there's no pushing/pulling to/from anywhere else). To …

version-control mercurial branch dvcs revert
Discard all and get clean copy of latest revision?

I'm moving a build process to use mercurial and want to get the working directory back to the state of …

mercurial pull
Is there any way to delete local commits in Mercurial?

So I keep making a silly mistake in Mercurial. Often times, I'll start work without doing an "hg pull" and …

mercurial
How to edit incorrect commit message in Mercurial?

I am currently using TortoiseHg (Mercurial) and accidentally committed an incorrect commit message. How do I go about editing this …

version-control mercurial tortoisehg commit-message mercurial-commit
Mercurial undo last commit

How can I undo my last accidentally commited (not pushed) change in Mercurial? If possible, a way to do so …

mercurial tortoisehg mercurial-commit
How to search through all Git and Mercurial commits in the repository for a certain string?

I have a Git repository with few branches and dangling commits. I would like to search all such commits in …

git mercurial
How can I switch to a tag/branch in hg?

I followed the documentation in https://developer.mozilla.org/En/Developer_Guide/Source_Code/Mercurial and downloaded FF source with: …

mercurial
Convert Mercurial project to Git

I need to convert a mercurial project to a git project, but I would like to keep the commit history …

git mercurial