~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/integration.txt

  • Committer: Ian Clatworthy
  • Date: 2009-09-09 02:21:47 UTC
  • mto: (4634.37.2 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090909022147-2t2qun1wacnjrz92
proper Contents panel in bzr-developers.chm

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
 
245
245
  source.create_checkout('/tmp/newBzrCheckout', None, False, accelerator_tree
246
246
 
247
 
==================
 
247
 
248
248
History Operations
249
249
==================
250
250
 
251
251
Finding the last revision number or id
252
 
======================================
 
252
--------------------------------------
253
253
 
254
254
To get the last revision number and id of a branch use::
255
255
 
263
263
 
264
264
 
265
265
Getting the list of revision ids that make up a branch
266
 
======================================================
 
266
------------------------------------------------------
267
267
 
268
268
IMPORTANT: This should be avoided wherever possible, as it scales with the
269
269
length of history::
277
277
 
278
278
 
279
279
Getting a Revision object from a revision id
280
 
============================================
 
280
--------------------------------------------
281
281
 
282
282
The Revision object has attributes like "message" to get the information
283
283
about the revision::
287
287
 
288
288
 
289
289
Accessing the files from a revision
290
 
===================================
 
290
-----------------------------------
291
291
 
292
292
To get the file contents and tree shape for a specific revision you need
293
293
a RevisionTree. These are supplied by the repository for a specific