History Of Ticket f673f7e406
Not logged in
Ticket change [f76374e3fb] (rid 4517) by bharder on 2009-02-09 18:11:42:
  1. Appended to comment:

    bharder added on 2009-02-09 18:11:42:
    fixed with commit f80303ac73

  2. Change resolution to "Fixed"
  3. Change status to "Closed"
Ticket change [283654c60e] (rid 4513) by anonymous on 2009-02-09 17:46:37:
  1. Appended to comment:

    anonymous claiming to be Ge' Weijers added on 2009-02-09 17:46:37:
    '#' is the comment character of the Bourne shell (/bin/sh), and therefor also for derived shells such as 'bash'. It's a feature, not a bug :-)

Ticket change [eae51fdb79] (rid 4512) by bharder on 2009-02-09 05:49:08:
  1. Appended to comment:

    bharder added on 2009-02-09 05:49:08:
    '#' handling is either intrinsic to shell, or C. argc does reflect proper number of args, though, and we should check.

  2. Change resolution to "Open"
Ticket change [37c14f25c3] (rid 4511) by bharder on 2009-02-09 05:35:22:
  1. Change comment to "I don't fully understand command-line option parsing, _but_: fossil commit -branch "my branch" -bgcolor #ffaabb has the 'bgcolor' option returning a value of "my branch". This is incorrect. It appears that somewhere in the chain of command-line option parsing, "#" is interpretted as a comment,and it + rest of line is ignored (??). *If* this is the case, -bgcolor should be recognized as missing an option,and throw an error. Optionally (preferably?) it would be nice to not require quoting or escaping for "#" chars."
  2. Change foundin to "8be6204607"
  3. Change private_contact to "5c164664f608e8049128be696a3d13e04aa6fafd"
  4. Change severity to "Important"
  5. Change status to "Open"
  6. Change title to "option parsing error"
  7. Change type to "Code_Defect"