Documentation
¶
Index ¶
- func ReplaceWildcards(filename string) string
- type FileAction
- type FileType
- type IntegHow
- type Journal
- func (j *Journal) CreateJournal(caseInsensitive bool)
- func (j *Journal) SetWriter(w io.Writer)
- func (j *Journal) WriteChange(chgNo int, user string, description string, chgTime int)
- func (j *Journal) WriteHeader(depot string, caseInsensitive bool)
- func (j *Journal) WriteInteg(toFile string, fromFile string, startFromRev int, endFromRev int, ...)
- func (j *Journal) WriteRev(depotFile string, depotRev int, action FileAction, fileType FileType, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReplaceWildcards ¶ added in v0.1.8
ReplaceWildcards - convert wildcards in pathnames to their ASCII expansion
Types ¶
type FileAction ¶ added in v0.0.4
type FileAction int
const ( Add FileAction = iota Edit Delete Branch Integrate Rename // Special one )
type Journal ¶
type Journal struct {
// contains filtered or unexported fields
}
func (*Journal) CreateJournal ¶
func (*Journal) WriteChange ¶
func (*Journal) WriteHeader ¶
func (*Journal) WriteInteg ¶ added in v0.0.4
Click to show internal directories.
Click to hide internal directories.