Two experimental features: subrepos and shared repos
Peter Arrenbrecht
peter.arrenbrecht at gmail.com
Tue Jun 16 04:38:52 CDT 2009
On Mon, Jun 15, 2009 at 9:57 AM, Matt Mackall<mpm at selenic.com> wrote:
> I've recently added two experimental features to the development branch,
> shared repos and subrepository support. More detail about them here:
>
> http://www.selenic.com/mercurial/wiki/ShareExtension
> http://www.selenic.com/mercurial/wiki/subrepos
>
> Mercurial 1.3 is due to be released in just over two weeks, so please
> start testing the development branch and giving us feedback.
Just from your notes, why do you auto-commit the subrepos? I think
it'd be a little safer with a default of blocking if subrepos have
uncommitted stuff, and two flags:
--commit-subrepos
--force (which commits the main repo but not the subrepos)
Then people could still add --commit-subrepos to their [defaults].
-parren
More information about the Mercurial
mailing list