/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: John Arbash Meinel
  • Date: 2006-06-16 21:05:03 UTC
  • mfrom: (1784 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1785.
  • Revision ID: john@arbash-meinel.com-20060616210503-3d6f8d1e9a6ca5b4
[merge] bzr.dev 1784, fix NEWS conflict.

Show diffs side-by-side

added added

removed removed

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