comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:dbd663faec1f
1 /**
2 * Copyright (c) 2010 Artem Tikhomirov
3 */
4 package com.tmate.hgkit.ll;
5
6 /**
7 * Representation of the Mercurial changelog file (list of ChangeSets)
8 * @author artem
9 */
10 public class Changelog {
11
12 }