View Ticket
Not logged in
Ticket UUID: f90265fc83a6ca39998107a777d1ed6ef5d5edc3
Title: branches
Status: Fixed Type: Documentation
Severity: Minor Priority:
Subsystem: Resolution: Fixed
Last Modified: 2009-03-21 16:31:19
Version Found In:
Description & Comments:
Can you explain how to work with branches in details? For example with "mercurial" it woild be something like that:
# create testing branch
hg branch "testing"
# do some experimental work
...
# back to main branch
hg branch default

How can i do it with "fossil"?

kkinnell added on 2009-01-29 17:06:09:
Please see the branching explanation by eric. Required reading, really.


eric added on 2009-01-29 17:14:24:
The above link is drh's new explanation. What I wrote originally was the wiki entry on branching which is now out of date (as it now says at the top).


drh added on 2009-03-21 16:31:19:
Fixed by the addition of the branching document.