On Sun, Oct 08, 2017 at 03:14:16PM +0200, Juan Francisco Cantero Hurtado wrote: > On Sun, Oct 08, 2017 at 12:07:15PM +0200, Sebastien Marie wrote: > > Hi, > > > > Attached a port for hgnested, a mercurial extension to work with nested > > repositories. > > > > The extension allow to apply common Mercurial commands to all the nested > > repositories at once like pull, push etc. It allow also to fetch a > > complete tree of repositories through ssh or http. > > > > > > I don't like the instructions in DESCR. Everything else looks good to > me. >
it could be stripped off if you prefer. -- Sebastien Marie --- pkg/DESCR.orig Sun Oct 8 15:21:41 2017 +++ pkg/DESCR Sun Oct 8 15:21:48 2017 @@ -5,11 +5,3 @@ The extension allow to apply common Mercurial commands to all the nested repositories at once like pull, push etc. It allow also to fetch a complete tree of repositories through ssh or http. - -To enable the "hgnested" extension, create an entry for it in your Mercurial -configuration file, like this: - -[extensions] -hgnested = - -See hg help hgnested for the complete list of commands.