Simple website for hosting mercurial repositories.
Jesse Glick
jesse.glick at sun.com
Tue Mar 11 03:18:26 UTC 2008
Matthew Marshall wrote:
> http://freehg.org/
>
> Hopefully it's useful to someone
Nice, I was able to host a formerly private repo in five minutes.
Any plans for HTTPS support? (Both for hg push, and for admin tasks on
the website.)
Server-side clone and strip would be great. For clone, I think it is
important to support -r, so that you can make a branch from a specific
point (though you could also use strip for this if it were available).
Otherwise you would be forced to create a fresh repo and push to it,
which could be slow if the repo is very big.
Another feature of obvious general interest would be mail notification
(pretxnchangegroup perhaps).
More information about the Mercurial
mailing list