Mercurial > hg4j
view src/com/tmate/hgkit/ll/HgManifest.java @ 5:fc265ddeab26
File content and non-effective, although working, patch application
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 21 Dec 2010 05:11:06 +0100 |
parents | 08db726a0fb7 |
children | df8c67f3006a |
line wrap: on
line source
/** * Copyright (c) 2010 Artem Tikhomirov */ package com.tmate.hgkit.ll; /** * * @author artem */ public class HgManifest extends Revlog { /*package-local*/ HgManifest(HgRepository hgRepo) { super(hgRepo); } }