Which improvements to subrepo support made it into 1.7?

Greg Ward greg-hg at gerg.ca
Mon Nov 1 08:48:49 CDT 2010


On Mon, Nov 1, 2010 at 7:24 AM, Didly Bom <didlybom at gmail.com> wrote:
> can you guys tell me which of the recent improvements to subrepo support
> made it into Mercurial 1.7? We use subrepos quite heavily in our project so
> I'd like to understand the changes before we deploy 1.7 within our team.

I can't tell you, but Mercurial can:

  hg clone http://hg.intevation.org/mercurial/crew-stable/ hg-crew-stable
  cd hg-crew-stable
  hg log -r 1.6:stable -k subrepo

Note that that will show changes included in 1.6.1 .. 1.6.4.  You can
filter those out with "-b default", but that in turn will exclude
changes made on the stable branch since the feature freeze, i.e. bug
fixes destined for 1.7 made after Oct 15.

Greg


More information about the Mercurial mailing list