Mercurial > hg4j
view src/com/tmate/hgkit/ll/HgManifest.java @ 8:a78c980749e3
Filename mangling according to requires options of the store (fncache incomplete for long names)
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 23 Dec 2010 01:31:40 +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); } }