Mercurial > jhg
comparison src/org/tmatesoft/hg/internal/FileContentSupplier.java @ 591:e447384f3771
CommitFacility as internal class; refactored infrastructure around internals (access to RevlogStream)
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 30 Apr 2013 18:55:42 +0200 |
parents | 73c20c648c1f |
children | 7c0d2ce340b8 |
comparison
equal
deleted
inserted
replaced
590:8cbc2a883d95 | 591:e447384f3771 |
---|---|
22 import java.io.IOException; | 22 import java.io.IOException; |
23 import java.nio.ByteBuffer; | 23 import java.nio.ByteBuffer; |
24 import java.nio.channels.FileChannel; | 24 import java.nio.channels.FileChannel; |
25 | 25 |
26 import org.tmatesoft.hg.core.HgIOException; | 26 import org.tmatesoft.hg.core.HgIOException; |
27 import org.tmatesoft.hg.repo.CommitFacility; | |
28 import org.tmatesoft.hg.repo.HgRepository; | 27 import org.tmatesoft.hg.repo.HgRepository; |
29 import org.tmatesoft.hg.util.Path; | 28 import org.tmatesoft.hg.util.Path; |
30 | 29 |
31 /** | 30 /** |
32 * FIXME files are opened at the moment of instantiation, though the moment the data is requested might be distant | 31 * FIXME files are opened at the moment of instantiation, though the moment the data is requested might be distant |