/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: John Arbash Meinel
  • Date: 2009-06-22 15:47:25 UTC
  • mfrom: (4467 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4469.
  • Revision ID: john@arbash-meinel.com-20090622154725-eidwkrs93j1qhmsf
Merge bzr.dev 4467 in prep for updating NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        :param last_revision: If set, try to limit to the data this revision
52
52
            references.
53
53
        :param find_ghosts: If True search the entire history for ghosts.
54
 
        :param _write_group_acquired_callable: Don't use; this parameter only
55
 
            exists to facilitate a hack done in InterPackRepo.fetch.  We would
56
 
            like to remove this parameter.
57
54
        :param pb: ProgressBar object to use; deprecated and ignored.
58
55
            This method will just create one on top of the stack.
59
56
        """