/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: John Arbash Meinel
  • Date: 2007-12-18 15:22:47 UTC
  • mto: (3099.3.2 graph_optimization)
  • mto: This revision was merged to the branch mainline in revision 3124.
  • Revision ID: john@arbash-meinel.com-20071218152247-w6rmitzwb8fsgyn3
Update from deprecating 0.93 to 1.0, and add a 1.1 deprecation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
from bzrlib.symbol_versioning import (
40
40
        deprecated_function,
41
 
        zero_ninetythree,
 
41
        one_zero,
42
42
        )
43
43
from bzrlib.trace import mutter, warning
44
44
 
272
272
                        new_abspath, e)
273
273
 
274
274
 
275
 
@deprecated_function(zero_ninetythree)
 
275
@deprecated_function(one_zero)
276
276
def diff_cmd_helper(tree, specific_files, external_diff_options, 
277
277
                    old_revision_spec=None, new_revision_spec=None,
278
278
                    revision_specs=None,