"Tom Hansen" <[EMAIL PROTECTED]> writes: > Is there a tla command to query a project tree for its complete > revision? The "tree-version" command will respond with the > archive and project tag. How does one get the patch level > of a tree? > > I am attempting to generate: > > [EMAIL PROTECTED]/blue--devel--1.0--patch-381 > > The "changes" command is the only command I know that outputs the > patch level. I would rather not use "changes" to improve runtime.
tla logs -f | tail -1 or "baz tree-id" which I believe has now been ported to tla (too lazy to check ;-). -- Matthieu _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
