Part of bzrlib
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 38 | Class | RevisionInfo | The results of applying a revision specification to a branch. |
| 121 | Class | RevisionSpec | A parsed revision specification. |
| 288 | Class | RevisionSpec_revno | Selects a revision using a number. |
| 404 | Class | RevisionSpec_revid | Selects a revision using the revision id. |
| 432 | Class | RevisionSpec_last | Selects the nth revision from the end. |
| 484 | Class | RevisionSpec_before | Selects the parent of the revision specified. |
| 559 | Class | RevisionSpec_tag | Select a revision identified by tag name |
| 600 | Class | RevisionSpec_date | Selects a revision on the basis of a datestamp. |
| 688 | Class | RevisionSpec_ancestor | Selects a common ancestor with a second branch. |
| 756 | Class | RevisionSpec_branch | Selects the last revision of a specified branch. |
| 805 | Class | RevisionSpec_submit | Selects a common ancestor with a submit branch. |
| 581 | Class | _RevListToTimestamps | This takes a list of revisions, and allows you to bisect by date |