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

Various cosmetic changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1608
1608
    def fetch(self, revision_id=None, pb=None):
1609
1609
        """Fetch the content required to construct revision_id.
1610
1610
 
1611
 
        The content is copied from source to target.
 
1611
        The content is copied from self.source to self.target.
1612
1612
 
1613
1613
        :param revision_id: if None all content is copied, if NULL_REVISION no
1614
1614
                            content is copied.