~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Parth Malwankar
  • Date: 2010-03-14 13:15:41 UTC
  • mto: (0.40.54 grep)
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: parth.malwankar@gmail.com-20100314131541-e16arqaouh20awzx
added basic --exclude/include tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    --include and --exclude options can be used to search only (or exclude
75
75
    from search) files with base name matches the specified Unix style GLOB
76
76
    pattern.  The GLOB pattern an use *, ?, and [...] as wildcards, and \\
77
 
    to quote wildcard or backslash character literally.
 
77
    to quote wildcard or backslash character literally. Note that the glob
 
78
    pattern is not a regular expression.
78
79
 
79
80
    [1] http://docs.python.org/library/re.html#regular-expression-syntax
80
81
    """