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

  • Committer: Jelmer Vernooij
  • Date: 2006-06-12 01:53:19 UTC
  • mto: (1558.16.3 revert-missing)
  • mto: This revision was merged to the branch mainline in revision 1767.
  • Revision ID: jelmer@samba.org-20060612015319-bed212cff7f6aaf9
Revert some of my spelling fixes and fix some typos after review by Aaron.

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
                # we fetch all the texts, because texts do
171
171
                # not reference anything, and its cheap enough
172
172
                to_weave.join(from_weave, version_ids=required_versions) 
173
 
                # we dont need *all* of this data anymore, but we dont know
 
173
                # we don't need *all* of this data anymore, but we dont know
174
174
                # what we do. This cache clearing will result in a new read 
175
175
                # of the knit data when we do the checkout, but probably we
176
176
                # want to emit the needed data on the fly rather than at the
191
191
    
192
192
            child_pb = bzrlib.ui.ui_factory.nested_progress_bar()
193
193
            try:
194
 
                # just merge, this is optimisable and its means we dont
 
194
                # just merge, this is optimisable and its means we don't
195
195
                # copy unreferenced data such as not-needed inventories.
196
196
                pb.update("fetch inventory", 1, 3)
197
197
                from_weave = self.from_repository.get_inventory_weave()