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 23:12:13
Message-Id: 20090220001146.48300c3d@terra.solaris
In Reply to: [gentoo-dev] Re: bzr.eclass by Ulrich Mueller
1 Hi,
2
3 Ulrich Mueller <ulm@g.o>:
4 > > It produces Git-like output about how much has changed. I added a
5 > > comment to the overlay.
6 >
7 > So it is just informational output and the dependency on
8 > dev-util/diffstat is not essential.
9
10 And the more at the current position, the bzr diff call does simply
11 nothing, because there is nothing to diff.
12 The desired call must be just before updating the checkout and it
13 would definitely take a bit longer, although that information is quite
14 nice:
15
16 $ time (bzr diff --old lp:bzr-gentoo-overlay \
17 --new /media/disk/bzr-overlay/|diffstat)
18 dev-util/bzr-dbus/Manifest | 2
19 dev-util/bzr-dbus/bzr-dbus-9999.ebuild | 4 -
20 eclass/bzr.eclass | 79
21 ++++++++++++++++++++++----------- 3 files changed, 56 insertions(+), 29
22 deletions(-)
23
24 real 0m50.088s
25 user 0m1.130s
26 sys 0m0.080s
27
28 V-Li
29
30 --
31 Christian Faulhammer, Gentoo Lisp project
32 <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
33
34 <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>