~bzr-pqm/bzr/bzr.dev

1185.16.35 by Martin Pool
- stub for revision properties
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
1311 by Martin Pool
- remove RevisionReference; just hold parent ids directly
7
1313 by Martin Pool
- rename to Revision.parent_ids to avoid confusion with old usage
8
 * Remove RevisionReference class; Revision.parent_ids is now simply a
9
   list of their ids and parent_sha1s is a list of their corresponding
10
   sha1s (for old branches only at the moment.)
1388 by Martin Pool
- update NEWS files
11
12
 * New method-object style interface for Commit() and Fetch().
13
14
 * Renamed Branch.last_patch() to Branch.last_revision(), since
15
   we call them revisions not patches.
1393.1.5 by Martin Pool
- move copy_branch into bzrlib.clone
16
1393.1.11 by Martin Pool
- copy_branch creates destination if it doesn't exist
17
 * Move copy_branch to bzrlib.clone.copy_branch.  The destination
18
   directory is created if it doesn't exist.
1393.1.59 by Martin Pool
- put 'format=5' on inventory and revision xml
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.