Changeset 247:9e925135b9e3

Show
Ignore:
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
  • config.py

    r246 r247  
    157157    Currently, only the ignore patterns are considered, via the 
    158158    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". 
    160161    """ 
    161162    global ignore_patterns