gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] tla logs -scD


From: Zenaan Harkness
Subject: Re: [Gnu-arch-users] tla logs -scD
Date: Thu, 26 Aug 2004 21:32:23 +1000
User-agent: Mutt/1.5.6+20040523i

On Thu, Aug 26, 2004 at 10:56:20AM +0000, Mikhael Goikhman wrote:
> On 26 Aug 2004 17:52:27 +1000, Zenaan Harkness wrote:
> > 
> > Please forgive my ignorance, but is there a way to get the verbose
> > version of tla logs -scD?
> > 
> > This would be the summary of each changeset log entry, as well as the
> > contents following each changeset entry, for each changeset in my tree.
> 
> for rev in `tla logs`; do tla cat-log $rev; done

Thanks :)

I guess, to get rid of the Modified-files lists, I just add
|grep -v \ \ \ \ .*

and possibly grep -v any fields I don't want.

Thanks for the for loop - I'd tried but never really made them work in
the past. Seems quite simple there though...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]