On 23 Mar 2005 15:48:16 +0300, ������ ��������� wrote: > > 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?
Use 'tla ancestry -sDc'. But note that this command may be very slow, it accesses all ancestry revisions in archives. You may try "axp history --desc" instead. Or archway GUI. These should return the detailed history of a project tree immediatelly (from logs). Regards, Mikhael. _______________________________________________ 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/
