~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/formats.txt

  • Committer: mbp at sourcefrog
  • Date: 2005-03-28 13:20:38 UTC
  • Revision ID: mbp@sourcefrog.net-20050328132038-3a8a5fb9f1023ee1
more check functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
  include merges add to this file; lines are never removed or
99
99
  reordered.
100
100
 
101
 
``pending-merges`` 
102
 
  List (one per line) of non-mainline revisions that
103
 
  have been merged and are waiting to be committed.
 
101
``pending-merge-patches``
 
102
  List of foreign patches that have been merged and are waiting to be
 
103
  committed. 
104
104
 
105
105
``branch-name``
106
106
  User-qualified name of the branch, for the purpose of describing the
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
 
194
198
branch name
195
199
  Name of the branch to which this was originally committed.    
196
200
 
197
201
  (I'm not totally satisfied that this is the right way to do it; the
198
 
  results will be a bit weird when a series of revisions pass through
 
202
  results will be a bit wierd when a series of revisions pass through
199
203
  variously named branches.)
200
204
 
201
205
inventory_hash
202
206
  Acts as a pointer to the inventory for this revision.
203
207
 
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
 
 
215
208
merged-branches
216
209
  Revision ids of complete branches merged into this revision.  If a
217
210
  revision is listed, that revision and transitively its predecessor