2011-09-08
| ||
20:47 | • Fixed ticket [950a80de55]: "branch --private" option plus 2 other changes ... (artifact: 5a0176d6f6 user: dmitry) | |
2010-07-24
| ||
18:14 | • New ticket [950a80de55]. ... (artifact: c1b7a1b130 user: anonymous) | |
Ticket Hash: | 950a80de558a10637b36ff8cb14bb141721122a5 | |||
Title: | "branch --private" option | |||
Status: | Fixed | Type: | Feature_Request | |
Severity: | Minor | Priority: | ||
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2011-09-08 20:47:13 | |||
Version Found In: | Fossil version [fb5f0c2580] 2010-07-03 15:33:59 | |||
Description: | ||||
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: |