Jeff Slutter <jeff@...> writes: > > (Via the command line interface...) > > The 'timeline' command can take a -R argument to specify a repository. > It reports a set of information (time, user, check-in id, comment, > etc.), but I do not see it reporting the parent(s) of a check-in > > ... > > Thanks, > Jeff >
I have a bash script called 'fslinfo' that looks like this ... #!/bin/bash fossil open --keep $1 >/dev/null 2>&1 && fossil info $2 && fossil close --force >/dev/null 2>&1 ... it might work for you? /Jousef _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

