A path in `fnmatch`__ format. The fnmatch library allows for limited, Unix
shell-style wildcarding. Filenames are extracted from patch lines beginning
- with ``---`` or ``+++``. Note that for projects using Git or Mercurial, the
- tools these VCS provide for producing patches are prefixed with `a` or `b`.
- You should account for this in your path. For example, to match the path
- `patchwork/views` (relative to the top of a Git repo) your pattern should
- be::
+ with ``---`` or ``+++``.
- ?/patchwork/views/*
+ You can simply use a bare path::
- It is also possible to use relative paths, such as::
+ patchwork/views/about.py
- */manage.py
+ Or it is also possible to use relative paths, such as::
- For projects using other VCSs like Subversion can simply use a bare path::
+ */manage.py
- patchwork/views/*
Rules are configured by setting the above fields and saving the rules. These
rules will be applied at patch parse time.