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

Add note about creating working trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        import os
42
42
        from bzrlib import (
43
43
            controldir,
 
44
            trace,
44
45
            ui,
45
46
            )
46
47
        from bzrlib.bzrdir import (
124
125
                source_branch.tags.merge_to(head_branch.tags)
125
126
        finally:
126
127
            pb.finished()
 
128
        trace.note("Use 'bzr checkout' to create a working tree in "
 
129
                   "the newly created branches.")
 
130
 
127
131
 
128
132
 
129
133
class cmd_git_object(Command):