~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/specifying_revisions.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-01 08:02:42 UTC
  • mfrom: (5390.3.3 faster-revert-593560)
  • Revision ID: pqm@pqm.ubuntu.com-20100901080242-esg62ody4frwmy66
(spiv) Avoid repeatedly calling self.target.all_file_ids() in
 InterTree.iter_changes. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
For complete details, see `Revision Identifiers`_ in the
66
66
Bazaar User Reference.
67
67
 
68
 
.. _Revision Identifiers: ../user-reference/index.html#revision-identifiers
 
68
.. _Revision Identifiers: ../user-reference/bzr_man.html#revision-identifiers
69
69
 
70
70
Numbers
71
71
~~~~~~~
86
86
revid
87
87
~~~~~
88
88
 
89
 
**revid** allows specifying an internal revision ID, as shown by ``bzr
 
89
**revid** allows specifying a an internal revision ID, as shown by ``bzr
90
90
log --show-ids`` and some other commands.
91
91
 
92
92
For example::