On Tue, Aug 6, 2013 at 8:32 AM, Russel Winder <rus...@winder.org.uk> wrote:
> On Tue, 2013-08-06 at 12:58 +0200, Jelmer Vernooij wrote:
>> On Tue, Aug 06, 2013 at 09:01:42AM +0100, Russel Winder wrote:
>> > [???]
>> > > Ditto it seems bzr-pipeline.
>> > [???]
>> >
>> > Well whilst it seems the bzr-pipeline package will install, it isn't
>> > compatible with bzr:
>> >
>> >     bzr 2.6.0 is too new for pipeline 1.4
>> Please file a bug.
>
> Done.

I'll get a fix up some point before the end of the day. Though, note
that is just a over-noisy warning. It does actually work:

asb@sid:~/foo$ bzr add-pipe pipe2
bzr 2.6.0 is too new for pipeline 1.4
Tree is up to date at revision 1.
Created and switched to pipe "pipe2".
asb@sid:~/foo$ bzr add-pipe pipe3
bzr 2.6.0 is too new for pipeline 1.4
Tree is up to date at revision 1.
Created and switched to pipe "pipe3".
asb@sid:~/foo$ bzr show-pipeline
bzr 2.6.0 is too new for pipeline 1.4
   foo
   pipe2
*  pipe3
asb@sid:~/foo$   echo "hello" > new
asb@sid:~/foo$   bzr add
bzr 2.6.0 is too new for pipeline 1.4
adding new
asb@sid:~/foo$   bzr commit -m "Added file new"
bzr 2.6.0 is too new for pipeline 1.4
Committing to: /home/asb/foo/.bzr/branches/pipe3/
added new
Committed revision 2.
asb@sid:~/foo$ bzr pump
bzr 2.6.0 is too new for pipeline 1.4
asb@sid:~/foo$ bzr pipe-patches
bzr 2.6.0 is too new for pipeline 1.4
asb@sid:~/foo$ ls
00-foo.patch  01-pipe2.patch  02-pipe3.patch  bar  new
asb@sid:~/foo$ cat 02-pipe3.patch
=== added file 'new'
--- new 1970-01-01 00:00:00 +0000
+++ new 2013-08-06 16:48:55 +0000
@@ -0,0 +1,1 @@
+hello

Thanks!

-- Andrew Starr-Bochicchio

   Ubuntu Developer <https://launchpad.net/~andrewsomething>
   Debian Developer <http://qa.debian.org/developer.php?login=asb>
   PGP/GPG Key ID: D53FDCB1


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to