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

  • Committer: Vincent Ladeuil
  • Date: 2008-10-02 13:25:47 UTC
  • mfrom: (3759 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3760.
  • Revision ID: v.ladeuil+lp@free.fr-20081002132547-txs4fs006e9p0gt1
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1433
1433
                yield line, key
1434
1434
            keys.difference_update(source_keys)
1435
1435
        if keys:
1436
 
            raise RevisionNotPresent(keys, self.filename)
 
1436
            # XXX: strictly the second parameter is meant to be the file id
 
1437
            # but it's not easily accessible here.
 
1438
            raise RevisionNotPresent(keys, repr(self))
1437
1439
        pb.update('Walking content.', total, total)
1438
1440
 
1439
1441
    def _make_line_delta(self, delta_seq, new_content):