On 12 May 2005 10:56:31 +0200, Matthieu Moy wrote: > > Is it possible to get the list of revisions that modified a particular > file with tla or baz? > > I'd like to have this as an option of "baz logs" and "baz revisions" > for example: > > $ baz logs --modifying foo.c > patch-1 > patch-5 > patch-42
"axp history" does this with no archive access. I suggest --desc, --help. "axp annotate" with certain options does this, but also a lot of other useful things (probably the most functional "annotate" implementation). Both handle renames and follow ancestry (back continuations), but have --one-version option to limit to a single version. Work with tla or baz. 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/
