~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-16 22:31:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1458.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051016223125-26d4401cb94b7b82
Branch.relpath has been moved to WorkingTree.relpath.

WorkingTree no no longer takes an inventory, rather it takes an optional branch
parameter, and if None is given will open the branch at basedir implicitly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
      they are made available for other plugins to use. You should not 
17
17
      import other plugins during the __init__ of your plugin though, as 
18
18
      no ordering is guaranteed, and the plugins directory is not on the
19
 
      python path.
 
19
      python path. (Robert Collins)
 
20
 
 
21
    * Branch.relpath has been moved to WorkingTree.relpath. WorkingTree no
 
22
      no longer takes an inventory, rather it takes an option branch
 
23
      parameter, and if None is given will open the branch at basedir 
 
24
      implicitly. (Robert Collins)
20
25
 
21
26
 
22
27
  IMPROVEMENTS: