/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/bundle/apply_bundle.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-20 11:46:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6153.
  • Revision ID: jriddell@canonical.com-20110920114628-o8idd3n4eb4v3n32
fix order of imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""
19
19
 
20
20
from bzrlib import ui
 
21
from bzrlib.i18n import gettext
 
22
from bzrlib.merge import Merger
21
23
from bzrlib.progress import ProgressPhase
22
 
from bzrlib.merge import Merger
 
24
from bzrlib.trace import note
23
25
from bzrlib.vf_repository import install_revision
24
 
from bzrlib.trace import note
25
 
from bzrlib.i18n import gettext
26
26
 
27
27
 
28
28
def install_bundle(repository, bundle_reader):