view src/com/tmate/hgkit/ll/Changelog.java @ 0:dbd663faec1f

Basic changelog parsing
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 17 Dec 2010 19:05:59 +0100
parents
children 08db726a0fb7
line wrap: on
line source
/**
 * Copyright (c) 2010 Artem Tikhomirov
 */
package com.tmate.hgkit.ll;

/**
 * Representation of the Mercurial changelog file (list of ChangeSets)
 * @author artem
 */
public class Changelog {

}