Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] bzr.eclass
Date: Sun, 15 Feb 2009 06:49:45
Message-Id: 20090215064941.GC13006@comet
In Reply to: Re: [gentoo-dev] bzr.eclass by "Jorge Manuel B. S. Vicetto"
1 On 17:19 Sat 14 Feb , Jorge Manuel B. S. Vicetto wrote:
2 > # @ECLASS-VARIABLE: EBZR_DIFFSTAT_CMD
3 > # @DESCRIPTION:
4 > -# The bzr command to get the diffstat output.
5 > -EBZR_DIFFSTAT_CMD="bzr diff"
6 > +# The bzr command to get the diff output.
7 > +EBZR_DIFF_CMD="bzr diff"
8
9 > + ${EBZR_DIFF_CMD} | diffstat
10
11 Why does this need to happen? Please add a comment.
12
13 --
14 Thanks,
15 Donnie
16
17 Donnie Berkholz
18 Developer, Gentoo Linux
19 Blog: http://dberkholz.wordpress.com

Replies

Subject Author
[gentoo-dev] Re: bzr.eclass Christian Faulhammer <fauli@g.o>