/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/specifying_revisions.txt

  • Committer: Brad Crittenden
  • Date: 2007-03-02 12:40:45 UTC
  • mto: This revision was merged to the branch mainline in revision 2311.
  • Revision ID: bac@canonical.com-20070302124045-3a9o45va231z0w0a
post review changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    $ bzr log -r ..4
24
24
 
25
25
Note:
26
 
    Omitting the lower bound doesn't work on currently released versions.
 
26
    Omitting the lower bound doesn't work on versions of ``bzr`` prior to 0.14.
27
27
 
28
28
Other commands, like ``bzr cat`` take only one revision, not a range, like::
29
29
 
82
82
revid
83
83
-----
84
84
 
85
 
**revid** allows specifying a an internal revision ID, as show by ``bzr
86
 
testament`` and some other commands.
 
85
**revid** allows specifying a an internal revision ID, as shown by ``bzr
 
86
log`` and some other commands.
87
87
 
88
88
For example::
89
89