I use the following command to apply a patch in Mercurial, without committing it :
hg import patch.diff --no-commit
It works great, however if I try to apply several patches at once like this :
hg import patch1.diff --no-commit
hg …
I've been using git for some time now on Windows (with msysGit) and I like the idea of distributed source control. Just recently I've been looking at Mercurial (hg) and it looks interesting. However, I can't wrap my head around …
I used Mercurial in a personal project, and I have been typing my username and password every time I want to push something to the server.
I tried adding the following to the .hgrc file in my home directory, but …