Overview
Artifact ID: | a7da7e5c6d68b70c9ef42d3811ecb20a8d7097fd |
---|---|
Ticket: | fba6685a5ddf573c84798ba2d9d226fedc97e782
allow no space after -m |
User & Date: | anonymous 2010-03-24 19:26:01 |
Changes
- comment changed to:
A little thing, I know, but it's driving me crazy... fossil doesn't allow the following construction:: $ fossil ci -m"this is my message" Instead, you must say:: $ fossil ci -m "this is my message" Most command line utilities (notably SVN) allow the first form, without a space, and I'm constantly caught by this. It would be nice if the fossil param parsing allowed the no-space form.
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "allow no space after -m"
- type changed to: "Feature_Request"