Fossil SCM
only bail out from commit when no selected files are changed
Closed
711d04b6d8577d9…
· opened 13 years, 6 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- Sept. 27, 2012 8:38 a.m.
When committing a group of files, e.g.
fossil commit *.c
fossil bails out if any of the .c files is not changed. The -f flag even doesn't work to force this to happen. Normally I do this when the directory contains a lot of .c files, and I'm lazy to remember (or type) which ones I changed, I only know that ALL files I changed in this directory should be committed.
So, I request to:
- Only bail out if NONE of the selected files changed.
- Use the -f flag to allow committing even if none of the selected files changed.
Suggestion committed in branch [ticket-711d04b6d8]