Versions in this module Expand all Collapse all v0 v0.1.1 Jul 27, 2026 Changes in this version + type DestinationSpec struct + ChangeID string + Description string + Type DestinationType + type DestinationType int + const DestExistingRevision + const DestNewCommit + type Model struct + func New() Model + func (m *Model) AssignNewCommitToCurrentTag(description string) + func (m *Model) AssignNewCommitToTag(tag SplitTag, description string) + func (m *Model) AssignRevisionToCurrentTag() + func (m *Model) Hide() + func (m *Model) IsVisible() bool + func (m *Model) MoveDown() + func (m *Model) MoveUp() + func (m *Model) SetRevisions(revisions []jj.RevisionEntry) + func (m *Model) SetTags(tags []SplitTag) + func (m *Model) Show() + func (m *Model) ToggleFocus() + func (m Model) GetDestinations() map[SplitTag]*DestinationSpec + func (m Model) View(width, height int) string + type SplitTag rune