~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-04 09:04:56 UTC
  • mfrom: (2382.2.6 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20070404090456-ef02e7c65da4e4a7
Recommendation to delete bzrlib when installing

Show diffs side-by-side

added added

removed removed

Lines of Context:
2271
2271
      bzr branch it cannot understand. This allows for precise
2272
2272
      handling of such circumstances.
2273
2273
 
 
2274
    * Remove RevisionReference class; Revision.parent_ids is now simply a
 
2275
      list of their ids and parent_sha1s is a list of their corresponding
 
2276
      sha1s (for old branches only at the moment.)
 
2277
 
 
2278
    * New method-object style interface for Commit() and Fetch().
 
2279
 
 
2280
    * Renamed Branch.last_patch() to Branch.last_revision(), since
 
2281
      we call them revisions not patches.
 
2282
 
 
2283
    * Move copy_branch to bzrlib.clone.copy_branch.  The destination
 
2284
      directory is created if it doesn't exist.
 
2285
 
 
2286
    * Inventories now identify the files which were present by 
 
2287
      giving the revision *of that file*.
 
2288
 
 
2289
    * Inventory and Revision XML contains a version identifier.  
 
2290
      This must be consistent with the overall branch version
 
2291
      but allows for more flexibility in future upgrades.
2274
2292
 
2275
2293
  TESTING:
2276
2294