~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Ian Clatworthy
  • Date: 2007-12-13 07:30:10 UTC
  • mto: (3105.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3106.
  • Revision ID: ian.clatworthy@internode.on.net-20071213073010-cv81py4kq4f2m390
feedback from poolie

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
Bazaar has a very expressive way to specify a revision or a range of revisions.
8
8
To specify a range of revisions, the upper and lower bounds are separated by the
9
 
`..` symbol. For example::
 
9
``..`` symbol. For example::
10
10
 
11
11
    $ bzr log -r 1..4
12
12