Changeset 247:9e925135b9e3
- Timestamp:
- 2007-08-12 14:45:19
(1 year ago)
- Author:
- Stefan Schwarzer <sschwarzer@sschwarzer.net>
- branch:
- default
- Message:
Added a list of example patterns to the docstring of
`set_from_environment`.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r246 |
r247 |
|
| 157 | 157 | Currently, only the ignore patterns are considered, via the |
|---|
| 158 | 158 | environment variable `WSB_IGNORE`. Its value is a comma- |
|---|
| 159 | | separated string of patterns. |
|---|
| | 159 | separated string of patterns, for example |
|---|
| | 160 | "*.pyc,*.pyo,*/.svn,*.svn/*,*/.hg,*/.hg/*,*.swp". |
|---|
| 160 | 161 | """ |
|---|
| 161 | 162 | global ignore_patterns |
|---|