Links
Blogs
Branching
A Guided Tour of Mercurial (Note: this article is fairly old).
Collaboration
Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server repository from Hg.
hgsubversion is an extension for Mercurial that allows using Mercurial as a Subversion client. Right now it is not ready for production use.
Eclipse
Mercurial Eclipse. Update site, http://www.vectrace.com/eclipse-update/. Note: Un-tick Group items by category when installing.
Extensions
Activity creates an image file displaying the activity of a repository.
Hosting
Issue Tracking
http://www.bugseverywhere.org/ Bugs Everywhere is a “distributed bugtracker”, designed to complement distributed revision control systems.
Learning
http://hginit.com/ Six-part tutorial by Joel Spolsky.
http://hgtip.com/ hg tip, Learn Mercurial one bite-sized tip at a time.
Mercurial vs Git …differences in detail from a neutral point of view…
Management
http://bitbucket.org/nautilebleu/django_hg/overview/ django_hg, allows managing (create, authenticate, clone/push/pull…) Mercurial repositories through Django.
Repository
Tips
Mercurial Tip: Checking in regularly with uncommitted changes in your clone. Copy of blog entry by Tor Norbye
Tools
http://pypi.python.org/pypi/setuptools_hg Setuptools plugin for finding files under Mercurial version control.
http://www.logilab.org/project/hgview A fast Mercurial log navigator written in pyqt4.