I\'ve been using Mercurial for my own personal projects for a while, and I love it.My employer is considering a switch from CVS to SVN, but I\'m wondering whether I should push for Mercurial (or some
It seems that both git and mercurial are rather Linux oriented开发者_开发技巧. Which of them is more mature on windows?Mercurial and TortoiseHG are IMHO the only option for Windows platform when speak
I often read that Hg (and Git and...) are better at merging than SVN but I have never seen practical examples of where Hg/Git can merge something where SVN fails (or where SVN needs manual interventio
I currently use Subversion for my one-person software company. Is it wor开发者_如何转开发thwhile moving to Hg (Mercurial)? Or are the benefits only realisable with a multiperson team?I think it\'s wor
I hate seeing nearly every directory in my repository list each file twice, once with a dot in front of it and once without. I tried开发者_开发技巧 adding .* to my .hgignore file, but it has no effect
I have a cvs repository, with mostly java code. Each package sits in it\'s own top level dir, like so, with the sourced laid out in typical java fashion.
For viewing diffs, I use the excellent Meld tool. But when it comes to looking at earlier revisions, I usually just find myself looking at the branch in Launchpad, where my code is hosted. Are there a
I\'m using git.I have a branch, apifixes, that was branched from master some time ago.Most, but not all, of the changes from the apifixes branch have been merged back into master.At least, I believe t
How can I use the Mercurial API to determine the changes made to a repository for each changeset? I am able to get a list of files relevant to a particular revision, but I cannot figure out how to tel
Is there any way to archive a Mercurial repository to a remote directory over SSH?For example, it would be nice if one could do the following: