Enum RevisionSpecType
The type of the revision spec.
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public enum RevisionSpecType : int
Fields
| Name | Description |
|---|---|
| MergeBase | The spec used the '...' operator, which invokes special semantics. |
| Range | The spec targeted a range of commits. |
| Single | The spec targeted a single object. |