0.8 release plans
Robert Collins
robertc at robertcollins.net
Tue May 9 03:52:04 BST 2006
On Tue, 2006-05-09 at 11:01 +1000, Michael Ellerman wrote:
> On 5/9/06, Robert Collins <robertc at robertcollins.net> wrote:
> > On Tue, 2006-05-09 at 00:10 +1000, Michael Ellerman wrote:
> > > On 5/8/06, Michael Ellerman <michael at ellerman.id.au> wrote:
> > > > On Mon, 2006-05-08 at 17:24 +1000, Robert Collins wrote:
> > > > > Could you fix shelf and bzrtools then ?
> > >
> > > Should be fixed in my branch, passes selftest and basic usage at least:
> > >
> > > http://michael.ellerman.id.au/files/bzr/shelf/
> >
> > Thanks, merging it to my bzrtools - it works for me.
> >
> > One little glitch, it prints '1 out of 1 hunk FAILED -- saving rejects
> > to file test_file.rej' to the console during a test run.
>
> Yeah, that comes from patch when you do an unshelve --force. I want it
> to be printed because it contains useful information (ie. which hunks
> weren't able to apply). Is there some way I can keep it quiet for the
> test suite?
set stdout=PIPE, stderr=STDOUT to subprocess
then print the child process.stdout.read() value.
python's print is redirected by the test suite, so it will not clutter
things.
Rob
--
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060509/cbfc6e9f/attachment.pgp
More information about the bazaar
mailing list