~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/delta.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-24 06:48:13 UTC
  • mfrom: (2592.3.241 mbp-packrepo-as-knits)
  • Revision ID: pqm@pqm.ubuntu.com-20071024064813-wjcmv8ofabf6kdrb
Pack repositories!

Show diffs side-by-side

added added

removed removed

Lines of Context:
333
333
                # on a rename, we show old and new
334
334
                old_path, path = paths
335
335
            else:
336
 
                # if its not renamed, we're showing both for kind changes
 
336
                # if it's not renamed, we're showing both for kind changes
337
337
                # so only show the new path
338
338
                old_path, path = paths[1], paths[1]
339
339
            # if the file is not missing in the source, we show its kind