| |
}
|
| |
|
| |
/// A revision entry in the timeline.
|
| - |
/// We do not distinguish between revisions created by the original
|
| - |
/// author an others, and also not between the initial revision and others.
|
| - |
/// This tends to confuse more than it helps.
|
| + |
///
|
| + |
/// We do not distinguish between revisions created by the original author and
|
| + |
/// others, and also not between the initial revision and others. This tends to
|
| + |
/// confuse more than it helps.
|
| |
struct RevisionEntry<'a> {
|
| - |
/// Whether this is entry is about the initial [`Revision`] of the patch.
|
| + |
/// Whether this entry is about the initial [`Revision`] of the patch.
|
| |
is_initial: bool,
|
| |
/// The [`Author`] that created the [`Revision`].
|
| |
author: Author<'a>,
|