On Fri, Jul 18, 2014 at 2:39 PM, Warren Young <war...@etr-usa.com> wrote:

> When I am assembling a new software release, I assemble a ChangeLog from
> the checkin comments since the last release.  Prior to moving to Fossil, I
> used "svn log -r12345:HEAD" for this.  That lists the checkin comments from
> r12345 to the current version, only for files in the current directory and
> below, and only on the current branch.
>
> The closest I've come to that so far with Fossil is:
>
>     $ fossil timeline after 462b6b3bc5 -n 0
>

Try something like:

fossil timeline after xxxx | perl -n -e "print if /tags: .*branchname/;"

(Also possible to use awk or sed instead of perl)
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to