/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: Ian Clatworthy
  • Date: 2009-06-11 04:23:53 UTC
  • mfrom: (4393.3.10 eol-bug)
  • mto: This revision was merged to the branch mainline in revision 4431.
  • Revision ID: ian.clatworthy@canonical.com-20090611042353-c9f0zq2s8mab5ddq
(igc) fix branch & status content filtering issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1112
1112
 
1113
1113
        accelerator_tree, br_from = bzrdir.BzrDir.open_tree_or_branch(
1114
1114
            from_location)
 
1115
        if (accelerator_tree is not None and
 
1116
            accelerator_tree.supports_content_filtering()):
 
1117
            accelerator_tree = None
1115
1118
        revision = _get_one_revision('branch', revision)
1116
1119
        br_from.lock_read()
1117
1120
        try: