On 2012/08/06 01:13 PM, Richard Hipp wrote:

    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?

Okay, then I'm barking up the wrong tree. Let me explain my use case: I've done a bunch of personal or proprietary work in a repository, and a bug fix that needs to be pushed to an open source repo. Pushing private stuff to the public repo would be messy; pushing proprietary stuff would be bad.

I want to review what fossil is going to push to the open source repo before actually doing the push; a dry-run before shooting myself in the foot. Is there any way to do this? (Should I file a feature request?)

Regards,
Twylite



_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to