On Wed, 2005-03-23 at 15:48 +0300, ÐÐÐÐÐÐ ÐÐÐÐÑÐÐÐÑ wrote: > Hello GNU ARCH users! > > Tell me please how I can see detailed changelog after use > 'tla tag' command? > > Changelog show only one log message (about tagging), > which command I must use for see all changes of continuous > project from begin import?
You cannot directly.
changelog only prints the log for a single version. You can specify the
version as an argument to the changelog command.
A way of doing what you want would be using "tla ancestry" with a "sed"
and a "uniq" to get the sequence of versions in the ancestry, then pipe
that to "xargs -n1 tla changelog --untagged".
--
-- ddaa
signature.asc
Description: This is a digitally signed message part
_______________________________________________ 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/
