~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/delta.py

  • Committer: Martin Pool
  • Date: 2007-10-24 02:33:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2933.
  • Revision ID: mbp@sourcefrog.net-20071024023314-l9mscm8wsb1bvj1f
typo

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