Changes between Version 2 and Version 3 of TracChangeFileBiffPlugin


Ignore:
Timestamp:
Mar 29, 2015, 7:28:36 AM (9 years ago)
Author:
Tetsuya Morimoto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeFileBiffPlugin

    v2 v3  
    4343- White-space is not allowed to include into Name
    4444- Cc and Filename are configured multiple values separated by comma.
    45 - The glob pattern for Filename is allowed with [https://docs.python.org/2/library/fnmatch.html fnmatch module].
    4645- The glob pattern for Filename is allowed
    4746- The glob pattern is configurable in `filebiff.matching_pattern` of `[ticket-custom]`. The possible values are (default: `fnmatch`):
    48    - `fnmatch`: standard glob pattern by [fnmatch module](https://docs.python.org/2/library/fnmatch.html "fnmatch module").
    49    -  `gitignore`: gitignore sytle pattern by [pathspec library](https://pypi.python.org/pypi/pathspec/ "pathspec library").
     47   - `fnmatch`: standard glob pattern by [https://docs.python.org/2/library/fnmatch.html "fnmatch module"].
     48   -  `gitignore`: gitignore sytle pattern by [https://pypi.python.org/pypi/pathspec/ "pathspec library"].
    5049 
    5150