Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MercurialRepo ¶
type MercurialRepo struct { Branch string Bookmark string ChangedFiles []string Commits []string Repository string Path string }
func NewMercurialRepo ¶
func NewMercurialRepo(repoPath string, commitCount int, commitFormat string) *MercurialRepo
type Widget ¶
type Widget struct { wtf.KeyboardWidget wtf.MultiSourceWidget wtf.TextWidget Data []*MercurialRepo // contains filtered or unexported fields }
A Widget represents a Mercurial widget
Click to show internal directories.
Click to hide internal directories.