Enum git_topic_stage::UnstageReason
[−]
[src]
pub enum UnstageReason {
MergeConflict(Vec<Conflict>),
}Reasons for which a branch can be unstaged.
Variants
MergeConflict(Vec<Conflict>)Conflicts occurred while merging the topic.