Re: [tools-dev] Re: [tools-tinderbox] Re: [tools-dev] Re: [tools-tinderbox] Any way to query mercurial to "show me all changes on $tree since $date" without creating a local clone?

2009-08-25 Thread Jens-Heiner Rechtien
Hi Christian, a pathological case. In DEV300 m51 Ivo moved and reformatted all sdf files. That's 40% of our code base. 145 MB compressed. A Gig or so uncompressed. Worst case ever. If you pull the changesets of a CWS that is rebased over the m51 bound you'll get pathological downloads. This will b

Re: [tools-dev] Re: [tools-tinderbox] Re: [tools-dev] Re: [tools-tinderbox] Any way to query mercurial to "show me all changes on $tree since $date" without creating a local clone?

2009-08-24 Thread Christian Lohmaier
Hi Heiner, *, On Mon, Aug 24, 2009 at 5:22 PM, Jens-Heiner Rechtien wrote: >> [...] > Oh, you can customize the output of "incoming" with the hg template > engine. Incredible flexible. Just have a look here: > http://hgbook.red-bean.com/read/customizing-the-output-of-mercurial.html Thanks for tha

[tools-dev] Re: [tools-tinderbox] Re: [tools-dev] Re: [tools-tinderbox] Any way to query mercurial to "show me all changes on $tree since $date" without creating a local clone?

2009-08-24 Thread Jens-Heiner Rechtien
Hi Christian, Christian Lohmaier wrote: > Hi Heiner, *, > > On Mon, Aug 24, 2009 at 3:34 PM, Jens-Heiner > Rechtien wrote: >> this might not the smartest way to do it but one possible way would be: >> >> 1) setup a tree less clone of the master repository, which is kept >> current via a cron job

Re: [tools-dev] Re: [tools-tinderbox] Any way to query mercurial to "show me all changes on $tree since $date" without creating a local clone?

2009-08-24 Thread Christian Lohmaier
Hi again, On Mon, Aug 24, 2009 at 4:12 PM, Christian Lohmaier wrote: > [...] > The pushlog (unfortunately not on OOo's version :-(() is very close to > what I want. (if it had the comments along with the filelist in a > single feed, that would be perfect) yay for extensions :-) http://hg.mozilla

Re: [tools-dev] Re: [tools-tinderbox] Any way to query mercurial to "show me all changes on $tree since $date" without creating a local clone?

2009-08-24 Thread Christian Lohmaier
Hi Heiner, *, On Mon, Aug 24, 2009 at 3:34 PM, Jens-Heiner Rechtien wrote: > > this might not the smartest way to do it but one possible way would be: > > 1) setup a tree less clone of the master repository, which is kept > current via a cron job (once a day or so) > > $ hg clone -U http://hg.serv

[tools-dev] Re: [tools-tinderbox] Any way to query mercurial to "show me all changes on $tree since $date" without creating a local clone?

2009-08-24 Thread Jens-Heiner Rechtien
Hi Christian, this might not the smartest way to do it but one possible way would be: 1) setup a tree less clone of the master repository, which is kept current via a cron job (once a day or so) $ hg clone -U http://hg.services.openoffice.org/hg/DEV300 2) cd 3) hg incoming --template '{date|