Re: Tree revision
Matthieu Moy <[email protected]>
| Newsgroups | gmane.comp.version-control.arch.user |
|---|---|
| Message-ID | <[email protected]> |
"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