~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2006-02-01 12:46:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1553.
  • Revision ID: mbp@sourcefrog.net-20060201124612-9d8bc9fecf4ca61f
Deprecation warnings for popular APIs that will change in BzrDir

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
    @deprecated_function(zero_eight)
164
164
    def initialize(base):
165
165
        """Create a new working tree and branch, rooted at 'base' (url)
 
166
 
 
167
        NOTE: This will soon be deprecated in favour of creation
 
168
        through a BzrDir.
166
169
        """
167
170
        # imported here to prevent scope creep as this is going.
168
171
        from bzrlib.workingtree import WorkingTree