~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-12-03 01:54:54 UTC
  • mfrom: (4852.3.7 2.1.0b4-doc-updates)
  • Revision ID: pqm@pqm.ubuntu.com-20091203015454-c4ya8tkb3o084ae3
Documentation updates from Neil Martinsen-Burrell, Matt Nordhoff,
        and Patrick Regan

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`` and some other commands.
 
90
log --show-ids`` 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