Fossil SCM
branches
Fixed
f90265fc83a6ca3…
· opened 17 years, 5 months ago
- Type
- Documentation
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- Oct. 18, 2008 4:17 p.m.
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.