‹ Mercurial repository for stomp.py •
Well, I haven’t had much time to work on YAK lately, but still have a list of things I want to add when I get a chance.
However, in the meantime, I have decided I like Mercurial enough to shift YAK off subversion at SourceForge, and into its own mercurial repository hosted on my website. The subversion repository won’t go away, since I haven’t bothered to replay the tags into the Hg repos (just the individual revisions).
So if you want access to YAK from source control, the new checkout command is:
hg clone http://www.briggs.net.nz/hg/yak yak
…and then…
hg update
to keep it up to date.
You will, of course, need to install both Python and Mercurial to do so — but the repository itself is also directly accessible from the URL: http://www.briggs.net.nz/hg/yak.

No comments yet.