~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: 2009-11-30 03:16:22 UTC
  • mto: This revision was merged to the branch mainline in revision 4835.
  • Revision ID: john@arbash-meinel.com-20091130031622-qqr6g04iv5g8zl5n
Add a GraphThunkIdsToKeys as a tested class.

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