type Revision struct {
Id int `xml:"id"`
ParentId int `xml:"parentid"`
Timestamp string `xml:"timestamp"`
Contributor Contributor `xml:"contributor"`
Comment string `xml:"comment"`
Model string `xml:"model"`
Format string `xml:"format"`
Text string `xml:"text"`
Sha1 string `xml:"sha1"`
}