/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Kent Gibson
  • Date: 2006-11-13 14:13:56 UTC
  • mto: (2178.1.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2179.
  • Revision ID: warthog618@gmail.com-20061113141356-kdfo22erpow15g4k
Added glob module to replace broken fnmatch based ignore pattern matching (#57637)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1586
1586
 
1587
1587
    Ignore patterns are case-insensitive on case-insensitive systems.
1588
1588
 
1589
 
    Note: wildcards must be quoted from the shell on Unix.
 
1589
    Ignore patterns may include shell-style globbing wildcards such as
 
1590
    '*' and '?', and character grouping such as [a-z].
 
1591
    Note: shell globs must be quoted from the shell on Unix.
1590
1592
 
1591
1593
    examples:
1592
1594
        bzr ignore ./Makefile