~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Robert Collins
  • Date: 2005-08-24 12:13:13 UTC
  • mto: (974.1.50) (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1139.
  • Revision ID: robertc@robertcollins.net-20050824121313-f604a90d56310911
merge up with mpool

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
from bzrlib.selftest.testrevision import make_branches
18
18
from bzrlib.trace import mutter
19
19
from bzrlib.branch import Branch
20
 
from bzrlib.progress import ProgressBar
21
20
import sys
22
21
import os
23
22