/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/missing.py

  • Committer: v.ladeuil+lp at free
  • Date: 2007-01-08 10:21:20 UTC
  • mfrom: (2225 +trunk)
  • mto: (2323.7.1 redirection)
  • mto: This revision was merged to the branch mainline in revision 2390.
  • Revision ID: v.ladeuil+lp@free.fr-20070108102120-rhp9vvuhmshrrd92
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
            revision_tree = revision_source.revision_tree(rev_id)
35
35
            last_rev_id = rev_id
36
36
            last_tree = revision_tree
37
 
            delta = parent_tree.changes_from(revision_tree)
 
37
            delta = revision_tree.changes_from(parent_tree)
38
38
        else:
39
39
            delta = None
40
40
        yield revno, rev, delta