~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2011-05-11 11:35:28 UTC
  • mto: This revision was merged to the branch mainline in revision 5851.
  • Revision ID: john@arbash-meinel.com-20110511113528-qepibuwxicjrbb2h
Break compatibility with python <2.6.

This includes auditing the code for places where we were doing
explicit 'sys.version' checks and removing them as appropriate.

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/bzr_man.html#revision-identifiers
 
68
.. _Revision Identifiers: ../user-reference/index.html#revision-identifiers
69
69
 
70
70
Numbers
71
71
~~~~~~~
86
86
revid
87
87
~~~~~
88
88
 
89
 
**revid** allows specifying a an internal revision ID, as shown by ``bzr
 
89
**revid** allows specifying an internal revision ID, as shown by ``bzr
90
90
log --show-ids`` and some other commands.
91
91
 
92
92
For example::