~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Martin Pool
  • Date: 2007-08-15 04:33:34 UTC
  • mto: (2701.1.2 remove-should-cache)
  • mto: This revision was merged to the branch mainline in revision 2710.
  • Revision ID: mbp@sourcefrog.net-20070815043334-01dx9emb0vjiy29v
Remove things deprecated in 0.11 and earlier

Show diffs side-by-side

added added

removed removed

Lines of Context:
1571
1571
        if ignoreset is not None:
1572
1572
            return ignoreset
1573
1573
 
1574
 
        ignore_globs = set(bzrlib.DEFAULT_IGNORE)
 
1574
        ignore_globs = set()
1575
1575
        ignore_globs.update(ignores.get_runtime_ignores())
1576
1576
        ignore_globs.update(ignores.get_user_ignores())
1577
1577
        if self.has_filename(bzrlib.IGNORE_FILENAME):