~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/formats.txt

  • Committer: Martin Pool
  • Date: 2005-06-15 09:24:48 UTC
  • Revision ID: mbp@sourcefrog.net-20050615092448-e625e44b98681196
- notes on tracking multiple parents

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
timestamp
192
192
  As floating-point seconds since epoch.
193
193
 
194
 
precursor
195
 
  ID of the previous revision on this branch.  May be absent (null) if
196
 
  this is the start of a new branch.
197
 
 
198
194
branch name
199
195
  Name of the branch to which this was originally committed.    
200
196
 
205
201
inventory_hash
206
202
  Acts as a pointer to the inventory for this revision.
207
203
 
 
204
parents
 
205
  Zero, one, or more references to parent revisions.   For each 
 
206
  the revision-id and the revision file's hash are given.  The first
 
207
  parent is by convention the revision in whose working tree the
 
208
  new revision was created.
 
209
 
 
210
precursor
 
211
  Must be equal to the first parent, if any are given.  For
 
212
  compatibility with bzr 0.0.5 and earlier; eventually will be
 
213
  removed. 
 
214
 
208
215
merged-branches
209
216
  Revision ids of complete branches merged into this revision.  If a
210
217
  revision is listed, that revision and transitively its predecessor