Searched defs:vcsCmd (Results 1 – 1 of 1) sorted by relevance
130 type vcsCmd struct { struct131 …tring // vcs name "hg"132 …[]string // cmd to init repo to track remote133 …e string) []string // cmd to list local tags134 … // regexp to extract tag names from output of tags cmd135 …ring) []string // cmd to list local branches136 … // regexp to extract branch names from output of tags cmd137 … // regexp of names that must not be served out of local cache without doing fetch first138 … remote string) []string // cmd to stat local rev139 …) (*RevInfo, error) // cmd to parse output of statLocal[all …]