~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS.developers

  • Committer: Aaron Bentley
  • Date: 2005-10-03 16:53:39 UTC
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1419.
  • Revision ID: abentley@panoramicfeedback.com-20051003165339-9ee4d484477fd164
Ignored user-installed plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DEVELOPMENT HEAD
2
 
 
3
 
 * Properties can be set on Revisions by passing 'revprops=' to
4
 
   Branch.commit(), and retrieved by looking at Revision.properties.
5
 
 
6
 
bzr 0.1
 
1
changes in weave branch:
7
2
 
8
3
 * Remove RevisionReference class; Revision.parent_ids is now simply a
9
4
   list of their ids and parent_sha1s is a list of their corresponding
14
9
 * Renamed Branch.last_patch() to Branch.last_revision(), since
15
10
   we call them revisions not patches.
16
11
 
17
 
 * Move copy_branch to bzrlib.clone.copy_branch.  The destination
18
 
   directory is created if it doesn't exist.
19
 
 
20
 
 * Inventories now identify the files which were present by 
21
 
   giving the revision *of that file*.
22
 
 
23
 
 * Inventory and Revision XML contains a version identifier.  
24
 
   This must be consistent with the overall branch version
25
 
   but allows for more flexibility in future upgrades.
 
12
 * Move copy_branch to bzrlib.clone.copy_branch