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

  • Committer: Martin Pool
  • Date: 2006-06-20 05:32:16 UTC
  • mfrom: (1797 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1798.
  • Revision ID: mbp@sourcefrog.net-20060620053216-817857d7ca3e9d1f
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        branch_path = branch.bzrdir.root_transport.base
63
63
        if working_path != branch_path:
64
64
            # lightweight checkout
65
 
            print '  light checkout root: %s' % working_path
 
65
            print ' light checkout root: %s' % working_path
66
66
            if repository.is_shared():
67
67
                # lightweight checkout of branch in shared repository
68
 
                print '    shared repository: %s' % repository_path
69
 
                print '    repository branch: %s' % (
 
68
                print '   shared repository: %s' % repository_path
 
69
                print '   repository branch: %s' % (
70
70
                    _repo_relpath(repository_path, branch_path))
71
71
            else:
72
72
                # lightweight checkout of standalone branch
73
 
                print '   checkout of branch: %s' % branch_path
 
73
                print '  checkout of branch: %s' % branch_path
74
74
        elif repository.is_shared():
75
75
            # branch with tree inside shared repository
76
76
            print '    shared repository: %s' % repository_path