On Mon, Jul 30, 2012 at 7:32 AM, Trevor Davel (Twylite) <twyl...@crypt.co.za
> wrote:

> Hi,
>
> Is there a way to get a list of private branches in a repository?
>
> 'fossil branch list' shows all open branches, and there is no '--private'
> option.  'fossil tag find private' doesn't show branches created with
> --private, and 'fossil tag find --raw private' shows artefact IDs.  I can't
> see a way to do this via 'fossil leaves' either.
>
>
Technically, there is no such thing as a private branch.  Individual
check-ins are private or public.  So it is quite possible to have a branch
that has some public check-ins and some private check-ins.  Would such a
branch be public or private?



> Regards,
> Twylite
>
> ______________________________**_________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.**org <fossil-users@lists.fossil-scm.org>
> http://lists.fossil-scm.org:**8080/cgi-bin/mailman/listinfo/**fossil-users<http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users>
>



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