Documentation
¶
Index ¶
- type FileAction
- type FileType
- type IntegHow
- type Journal
- func (j *Journal) CreateJournal()
- 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)
- 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 ¶
This section is empty.
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 (j *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.