On Sun, Jan 27, 2013 at 9:18 AM, Gilles <gilles.gana...@free.fr> wrote:

>
> 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).
>


The command is actually:

    fossil ls $VERSION

If you specify a branch-name for $VERSION, then it takes the most recent
check-in on that branch.  See
http://www.fossil-scm.org/fossil/doc/trunk/www/checkin_names.wiki for
additional information on $VERSION names.

The output is all files under management for the particular $VERSION that
you specify.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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