~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to read_changeset.py

  • Committer: John Arbash Meinel
  • Date: 2005-07-14 01:28:34 UTC
  • mto: (0.5.85) (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20050714012834-29c6539e56191f42
(broken) problem with removes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
566
566
                raise BzrError('removed action lines should only have the path'
567
567
                        ': %r' % extra)
568
568
            path = decode(info[0])
569
 
            tree.note_deletion(path, text_id)
 
569
            tree.note_deletion(path)
570
570
 
571
571
        def added(kind, extra, lines):
572
572
            info = extra.split(' // ')