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

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

Re: [Gnu-arch-users] tla one liners


From: Mikhael Goikhman
Subject: Re: [Gnu-arch-users] tla one liners
Date: Mon, 6 Sep 2004 11:57:03 +0000
User-agent: Mutt/1.4.2.1i

On 06 Sep 2004 09:54:52 +1000, Zenaan Harkness wrote:
> 
> I find tlacheck particularly useful, since I usually forget to run
> tree-lint before a commit, normally only running changes --diffs. Using
> this alias means it will always be run, therefore reminding me that of
> any un-added files, etc.

This may be a useful workaround until tla changes is improved (bug 113).

Try also the following function for a more readable output. I hope this
will be more or less the output of tla changes after 113 is fixed.

function tla-changes \
    { tla changes $@; tla tree-lint -t -u | awk '{ print "?  " $0 }' }

Regards,
Mikhael.




reply via email to

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