0.9.5 release plans

Jim Hague jim.hague at acm.org
Fri Oct 19 14:42:47 CDT 2007


On Friday 19 October 2007 19:19:44 Matt Mackall wrote:
> On Fri, Oct 19, 2007 at 05:33:39PM +0000, Jim Hague wrote:
> > Matt Mackall <mpm <at> selenic.com> writes:
> > > I'm hoping to finally cut the 0.9.5 release on Friday. We've hopefully
> > > fixed up the compilation problems for the new C extensions reported a
> > > couple days ago. Please test the current tip, especially if you're
> > > running on one of the less common platforms.
> >
> > A late report from AIX 5.2 with Visual Age C v6.
> >
> > Three failures. The last failure is down to ksh not accepting function()
> > (..) syntax in the test; replace (...) with {...} and the test passes.
>
> Please send a patch, thanks.

# HG changeset patch
# User Jim Hague <jim.hague at acm.org>
# Date 1192821633 0
# Node ID 67c2588fca4933339a0d78684dcabf4f62fbca76
# Parent  3b204881f95927d1522484e67dbd9f947c46ba29
[mq]: test-mq-guards-ksh

diff -r 3b204881f959 -r 67c2588fca49 tests/test-mq-guards
--- a/tests/test-mq-guards	Mon Oct 15 12:57:01 2007 -0700
+++ b/tests/test-mq-guards	Fri Oct 19 19:20:33 2007 +0000
@@ -126,12 +126,12 @@ hg qseries -v
 hg qseries -v
 
 qappunappv()
-(
+{
     for command in qapplied "qapplied -v" qunapplied "qunapplied -v"; do
         echo % hg $command
         hg $command
     done
-)
+}
 
 hg qpop -a
 hg qguard -l

>
> > As to the other failures, both occur with 0.9.4. 'hg serve' won't
> > serving .bz2, though 'hg archive' will happily produce a tbz2.
>
> That's odd. Can you try doing this by hand with hg serve and wget and
> see what happens?

It's odd, alright. I tried it with hg serve and wget and get the same result. 
Fine for .gz and .zip, with .bz2 wget reports ERROR -1: No data received. No 
sign of any error from the hg serve process. I'll keep digging.
-- 
Jim Hague - jim.hague at acm.org          Never trust a computer you can't lift.


More information about the Mercurial mailing list