changelog

package
v0.0.0-...-3e59e0e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2014 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Overview

Package changelog provides read access to the changelog.

Index

Constants

This section is empty.

Variables

View Source
var ErrCorrupted = errors.New("changelog corrupted")

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Summary      string
	Comment      string
	Files        []string
	Committer    string
	Date         time.Time
	ManifestNode revlog.NodeId
	Branch       string
	Tags         []string
	*revlog.Rec
	Id string
}

func BuildEntry

func BuildEntry(r *revlog.Rec, fb *revlog.FileBuilder) (e *Entry, err error)

func (*Entry) LatestTag

func (e *Entry) LatestTag(tags map[string][]string) (lt *LatestTag)

type LatestTag

type LatestTag struct {
	Names    []string
	Distance int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL