DVCSAnalysis - support - Analysis of Git and Mercurial - Google Code
http://code.google.com/p/support/wiki/DVCSAnalysis
Hg-Git Mercurial Plugin
http://hg-git.github.com/
ability to push to and pull from a Git server repository from Hg
[extensions] hgext.bookmarks = hgext.hg-git = [path-to]/hg-gitiBanjo » Blog Archive » a Mercurial “super client”
hgsubversion installation guideA Guide to Branching in Mercurial / Steve Losh
Quick, clear, simple guide to the way Mercurial handles branching.Ned Batchelder: Bare-bones basic Mercurial for Subversion users
useful
brilliant!
Quick mercurial guide for svn usersAmp | Version Control Revolution
Version control (compatible with Mercurial) written in Ruby.
Mercurial ported to Ruby with very easy customization.
Amp is unlike any other VCS software to date. Amp's novel command system gives you the flexibility to customize and personalize the way you develop software. Create in your own workspace with full Mercurial compatibility, and no external dependencies.Google Code Blog: Mercurial support for Project Hosting on Google Code
Good news everyone!Hg Init: a Mercurial tutorial by Joel Spolsky
Pretty decent intro to mercurial, clear and well written. Does dabble a bit on differences to svn as well.Mercurial (hg) with Dropbox
git
Creating mercurial repository only clones with --noupdate and storing them on Dropbox.
Dropbox as repo holder
1. Push a change from computer 1 while offline. Dropbox can't sync the repo since it's offline. 2. Push a change from computer 2 while online. Dropbox syncs the changes to the git repo. 3. Computer 1 goes online and Dropbox tries to sync the repo -> conflicts.