/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/diff.py

  • Committer: Andrew Bennetts
  • Date: 2010-04-13 13:24:12 UTC
  • mto: This revision was merged to the branch mainline in revision 5152.
  • Revision ID: andrew.bennetts@canonical.com-20100413132412-bf60322a7afbhkxv
Deprecate get_trees_and_branches_to_diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    )
50
50
from bzrlib.symbol_versioning import (
51
51
    deprecated_function,
 
52
    deprecated_in,
52
53
    )
53
54
from bzrlib.trace import mutter, note, warning
54
55
 
290
291
                        new_abspath, e)
291
292
 
292
293
 
 
294
@deprecated_function(deprecated_in((2, 2, 0)))
293
295
def get_trees_and_branches_to_diff(path_list, revision_specs, old_url, new_url,
294
296
                                   apply_view=True):
295
297
    """Get the trees and specific files to diff given a list of paths.