I've just moved all ubiquity-relevant HG repositories from
hg.toolness.com to the following location:
https://ubiquity.mozilla.com/hg/
Redirects for the relevant repositories have been set up on
hg.toolness.com, so any permalinks to content on it (such as direct
links to changesets on Trac) are preserved; attempting to clone a repo
at its old toolness location results in a helpful error that tells the
user what the new URL is. So despite the fact that we haven't yet
modified documentation and such to refer to the new locations, hopefully
this transition won't be too difficult.
If you had commit access to hg.toolness.com, you now have commit access
with the same username and password on ubiquity.mozilla.com/hg. If you
currently have a cloned ubiquity repository, to push/pull your changes
to/from the new location you can just edit your ".hg/hgrc" file relative
to your repo's root to point to the new repository. For instance,
assuming you're cloning the ubiquity-firefox repo, your hgrc should
contain this:
[paths]
default = https://ubiquity.mozilla.com/hg/ubiquity-firefox
We'll be fixing some tools and such to point at the new repositories
over the next couple of days, so in the interim some links or services
may be a bit broken (for instance, I'm pretty sure buildbot will be
down). Sorry for the inconvenience, but this move is something we've
needed to do for a number of months.
Let me know if you have any problems!
- Atul