On Wed, Jan 31, 2007 at 02:21:34PM +0300, Alexey Tourbin wrote:
> On Wed, Jan 31, 2007 at 12:00:04AM -0800, H. Merijn Brand wrote:
> > Change 30082 by [EMAIL PROTECTED] on 2007/01/31 07:49:12
> >
> > Subject: [PATCH] Improve regex stringification code
> > From: demerphq <[EMAIL PROTECTED]>
> > Date: Tue, 30 Jan 2007 23:58:31 +0100
> > Message-ID: <[EMAIL PROTECTED]>
> >
> > Affected files ...
> >
> > ... //depot/perl/embed.fnc#461 edit
> > ... //depot/perl/embed.h#663 edit
> > ... //depot/perl/ext/re/re.xs#38 edit
> > ... //depot/perl/ext/re/t/re_funcs.t#4 edit
> > ... //depot/perl/op.c#888 edit
> > ... //depot/perl/perl.h#762 edit
> > ... //depot/perl/proto.h#799 edit
> > ... //depot/perl/regcomp.c#547 edit
> > ... //depot/perl/regcomp.h#115 edit
> > ... //depot/perl/regexec.c#509 edit
> > ... //depot/perl/regexp.h#85 edit
> >
> > Differences ...
> > End of Patch.
>
> Please provide the differences.
I thought the same. It's actually empty:
$ p4 describe -du 30082
Change 30082 by [EMAIL PROTECTED] on 2007/01/31 07:49:12
Subject: [PATCH] Improve regex stringification code
From: demerphq <[EMAIL PROTECTED]>
Date: Tue, 30 Jan 2007 23:58:31 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/embed.fnc#461 edit
... //depot/perl/embed.h#663 edit
... //depot/perl/ext/re/re.xs#38 edit
... //depot/perl/ext/re/t/re_funcs.t#4 edit
... //depot/perl/op.c#888 edit
... //depot/perl/perl.h#762 edit
... //depot/perl/proto.h#799 edit
... //depot/perl/regcomp.c#547 edit
... //depot/perl/regcomp.h#115 edit
... //depot/perl/regexec.c#509 edit
... //depot/perl/regexp.h#85 edit
Differences ...
==== //depot/perl/embed.fnc#461 (text) ====
==== //depot/perl/embed.h#663 (text+w) ====
==== //depot/perl/ext/re/re.xs#38 (text) ====
==== //depot/perl/ext/re/t/re_funcs.t#4 (text) ====
==== //depot/perl/op.c#888 (text) ====
==== //depot/perl/perl.h#762 (text) ====
==== //depot/perl/proto.h#799 (text+w) ====
==== //depot/perl/regcomp.c#547 (text) ====
==== //depot/perl/regcomp.h#115 (text) ====
==== //depot/perl/regexec.c#509 (text) ====
==== //depot/perl/regexp.h#85 (text) ====
You can actually verify that it's empty via the repository browser:
http://public.activestate.com/cgi-bin/perlbrowse?show_patch=Show+Patch&patch_num=30082
The browser queries perforce live, so if it's showing non-empty results for
other change numbers but empty for this one, you know the connection is good
but the changeset is empty.
The diffs are actually in as change 30084
Nicholas Clark