Module patch

Source

Re-exports§

pub use cache::Cache;

Modules§

cache

Structs§

ByRevision
Result of looking up a Patch’s Revision.
Merge
A merged patch revision.
Merged
Output of a merge.
Patch
Patch state.
PatchCounts
Detailed information on patch states
PatchMut
Patches
RangeDiff
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.
ReviewId
Unique identifier for a patch review.
Revision
A patch revision.
RevisionId
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.
MergeTarget
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.
RevisionIx
Index of a revision in the revisions list.