~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: 2009-11-17 03:20:35 UTC
  • mfrom: (4792.4.3 456036)
  • Revision ID: pqm@pqm.ubuntu.com-20091117032035-s3sgtlixj1lrminn
(Gordon Tyler) Fix IndexError during 'bzr ignore /' (#456036)

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
~~~~~
88
88
 
89
89
**revid** allows specifying a an internal revision ID, as shown by ``bzr
90
 
log --show-ids`` and some other commands.
 
90
log`` and some other commands.
91
91
 
92
92
For example::
93
93
 
134
134
~~~~~~~~
135
135
 
136
136
**ancestor**:*path*
137
 
    specifies the common ancestor between the current branch and a
 
137
    specifies the common ancestor between the current branch and a 
138
138
    different branch. This is the same ancestor that would be used for
139
139
    merging purposes.
140
140