On Fri, 25 Jan 2013 13:19:09 +0100, Stephan Beal <[email protected]> wrote: >FWIW: it appears to me that it does not react intuitively when given a >branch name as a version: > >[stephan@host:~/cvs/fossil/fossil]$ fossil ls encoding-glob --age | sort -r >| head >2013-01-25 08:53:54 win/Makefile.msc >2013-01-25 08:53:54 src/makemake.tcl >2013-01-24 15:19:08 win/Makefile.mingw >2013-01-24 15:19:08 src/main.mk >2013-01-24 14:38:19 src/stat.c > >those changes were all made in the trunk branch, not the encoding-glob >branch, and have not been merged into that branch since then.
So it looks like "fossil ls <branch name>" doesn't actually list the files in the branch but rather the files in the branch currently active (and its files checked out in the work directory). _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

