~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

[merge] refactoring of branch vs working tree, etc (robertc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    * All pending merges operations from Branch are now on WorkingTree.
145
145
      (Robert Collins)
146
146
 
147
 
    * Branch.commit() has moved to WorkingTree.commit(). (Robert Collins)
 
147
    * The follow operations from Branch have moved to WorkingTree:
 
148
      add()
 
149
      commit()
 
150
      move()
 
151
      rename_one()
 
152
      unknowns()
 
153
      (Robert Collins)
 
154
 
 
155
    * bzrlib.add.smart_add_branch is now smart_add_tree. (Robert Collins)
148
156
 
149
157
 
150
158
bzr 0.6 2005-10-28