Re-exports§
pub use cache::Cache;
Modules§
Structs§
- ByRevision
- Result of looking up a
Patch
’sRevision
. - Merge
- A merged patch revision.
- Merged
- Output of a merge.
- Patch
- Patch state.
- Patch
Counts - Detailed information on patch states
- Patch
Mut - Patches
- Range
Diff - Models a comparison between two commit ranges,
commonly obtained from two revisions (likely of the same patch).
This can be used to generate a
git range-diff
command. See https://git-scm.com/docs/git-range-diff. - Review
- A patch review on a revision.
- Review
Id - Unique identifier for a patch review.
- Revision
- A patch revision.
- Revision
Id - Unique identifier for a patch revision.
Enums§
- Action
- Patch operation.
- Error
- Error applying an operation onto a state.
- Lifecycle
- A lifecycle operation, resulting in a new state.
- Merge
Target - Where a patch is intended to be merged.
- State
- Patch state.
- Status
- A simplified enumeration of a
State
that can be used for filtering purposes. - Verdict
- A patch review verdict.
Statics§
- TYPENAME
- Type name of a patch.
Type Aliases§
- Op
- Patch operation.
- PatchId
- Identifier for a patch.
- Revision
Ix - Index of a revision in the revisions list.