Ticket Change Details
Not logged in
Overview

Artifact ID: a7da7e5c6d68b70c9ef42d3811ecb20a8d7097fd
Ticket: fba6685a5ddf573c84798ba2d9d226fedc97e782
allow no space after -m
User & Date: anonymous 2010-03-24 19:26:01
Changes

  1. 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.
    
  2. severity changed to: "Minor"
  3. status changed to: "Open"
  4. title changed to: "allow no space after -m"
  5. type changed to: "Feature_Request"