On Mon, Jul 27, 2015 at 1:58 PM, Luca Ferrari <[email protected]> wrote:

> this can be goofy, but is there a way to instrument fossil to create a
> new branch from the current one instead of having to specify it?
> So something like:
>
> $ fossil branch new MYBRANCH
>
> instead of
>
> $ fossil branch new MYBRANCH trunk
>

Here's one approach (not sure if there is another):

fossil commit -branch newbranch

from the current branch.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to