Fossil SCM
"branch --private" option
Fixed
950a80de558a106…
· opened 15 years, 8 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- July 24, 2010 6:14 p.m.
It's not at all obvious from the documetation how to create a private branch. The closest I could get by experiment was "fossil commit --private --branch NEWNAME", but that doesn't work if there are no changes to commit.
It would be nice if we could create new private branches using a "--private" option with the "fossil branch new" command.
dmitry added on 2011-09-08 20:47:13 UTC: Fixed by [2b33781694].