Edgewall Software

Changes between Initial Version and Version 1 of Ticket #9570, comment 7


Ignore:
Timestamp:
Aug 17, 2010, 12:27:09 AM (14 years ago)
Author:
Remy Blank

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9570, comment 7

    initial v1  
    11[attachment:9570-restrict-path-r10006.patch] adds the `r123/path` syntax for changesets and `r123:456/path` for the log.
    22
    3 However, contrary to the `[123/path]` syntax, the path is limited to characters in `[a-zA-Z0-9_/.+-]`. Indeed, using a word boundary or whitespace as the end of path would make the comma part of the path in "changed in `r123/path`, and ...". The dot could also be removed, for the typical phrase "fixed in `r123/path`.". If characters outside of that set are needed, the `[123/path]` syntax should be used instead.
     3However, contrary to the `[123/path]` syntax, the path is limited to characters in `[a-zA-Z0-9_/.+-]`. Indeed, using a word boundary or whitespace as the end of path would make the comma part of the path in "changed in `r123/path`, and ...". The period could also be removed, for the typical phrase "fixed in `r123/path`.". If characters outside of that set are needed, the `[123/path]` syntax should be used instead.
    44
    55Please test.