/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:18:51 UTC
  • mto: This revision was merged to the branch mainline in revision 5152.
  • Revision ID: andrew.bennetts@canonical.com-20100413131851-zhlolfyat7taztvk
Fix whitespace nit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
    return op.run_simple(path_list, revision_specs, old_url, new_url,
322
322
            op.add_cleanup, apply_view=apply_view)
323
323
    
 
324
 
324
325
def get_trees_and_branches_to_diff_locked(
325
326
    path_list, revision_specs, old_url, new_url, add_cleanup, apply_view=True):
326
327
    """Get the trees and specific files to diff given a list of paths.