WordPress Hg

I’ve really caught the Mercurial bug recently and have begun chewing coworkers’ ears off about its benefits. I’ve been looking into ways to integrate it into my WordPress-related efforts and, inspired by this recent post on the WP Devel blog announcing a github effort to make WP available via git, I decided to set up an Hg clone (haw!) of the core WordPress codebase.
It’s available here over on BitBucket and, unlike Nikolai’s effort (which only appears to track trunk), I started my clone at the root of the Subversion repository, meaning that all branches and tags are (theoretically) accounted for. I’m currently syncing the two repos by-hand but am working on an automated process that should push changes from the core WordPress SVN server to BitBucket fairly quickly.
I’ll post again later to demonstrate my full process for accomplishing this — it was astonishingly easy, to be honest.
In the meantime, get cloning!