Gentoo Archives: gentoo-dev

From: Christian Faulhammer <fauli@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: bzr.eclass
Date: Thu, 19 Feb 2009 08:59:55
Message-Id: 20090219095927.65e82e61@terra.solaris
In Reply to: Re: [gentoo-dev] bzr.eclass by Donnie Berkholz
1 Hi,
2
3 Donnie Berkholz <dberkholz@g.o>:
4
5 > On 17:19 Sat 14 Feb , Jorge Manuel B. S. Vicetto wrote:
6 > > # @ECLASS-VARIABLE: EBZR_DIFFSTAT_CMD
7 > > # @DESCRIPTION:
8 > > -# The bzr command to get the diffstat output.
9 > > -EBZR_DIFFSTAT_CMD="bzr diff"
10 > > +# The bzr command to get the diff output.
11 > > +EBZR_DIFF_CMD="bzr diff"
12 >
13 > > + ${EBZR_DIFF_CMD} | diffstat
14 >
15 > Why does this need to happen? Please add a comment.
16
17 It produces Git-like output about how much has changed. I added a
18 comment to the overlay.
19
20 V-Li
21
22 --
23 Christian Faulhammer, Gentoo Lisp project
24 <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
25
26 <URL:http://www.faulhammer.org/>

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-dev] Re: bzr.eclass Ulrich Mueller <ulm@g.o>