/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: 2006-10-27 16:43:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2099.
  • Revision ID: john@arbash-meinel.com-20061027164319-b8d220e77bce629c
Remove changes to diff so it doesn't report out-of-date

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
        branch = revision.branch
339
339
        return branch.repository.revision_tree(revision_id)
340
340
    if old_revision_spec is None:
341
 
        if tree.last_revision() != tree.branch.last_revision():
342
 
            warning("working tree is out of date, run 'bzr update'")
343
341
        old_tree = tree.basis_tree()
344
342
    else:
345
343
        old_tree = spec_tree(old_revision_spec)