Simple website for hosting mercurial repositories.
Peter Arrenbrecht
peter.arrenbrecht at gmail.com
Tue Mar 11 06:56:36 UTC 2008
On Tue, Mar 11, 2008 at 4:18 AM, Jesse Glick <jesse.glick at sun.com> wrote:
> 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).
And I would, of course, like to see the rexec extension integrated. I
am currently finishing this (mainly waiting for whether
.hg/hgrc.d/*.rc will make it into 1.0). It would allow people to clone
repos and manage server-side patch queues with the special `hg rclone,
rqinit, rdrop` commands. It already supports cloning at a specified
revision. Thus one can easily automate, for example, setting up a temp
server-side clone and apply a given patch queue to it so reviewers can
access it.
-peo
More information about the Mercurial
mailing list