Mercurial > jhg
comparison src/org/tmatesoft/hg/core/HgCatCommand.java @ 133:4a948ec83980
core.Path to util.Path as it's not Hg repo dependant
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 16 Feb 2011 20:59:39 +0100 |
parents | aa1629f36482 |
children | 1a7a9a20e1f9 |
comparison
equal
deleted
inserted
replaced
132:6778075cd2b4 | 133:4a948ec83980 |
---|---|
22 import java.io.FileNotFoundException; | 22 import java.io.FileNotFoundException; |
23 | 23 |
24 import org.tmatesoft.hg.repo.HgDataFile; | 24 import org.tmatesoft.hg.repo.HgDataFile; |
25 import org.tmatesoft.hg.repo.HgRepository; | 25 import org.tmatesoft.hg.repo.HgRepository; |
26 import org.tmatesoft.hg.util.ByteChannel; | 26 import org.tmatesoft.hg.util.ByteChannel; |
27 import org.tmatesoft.hg.util.Path; | |
27 | 28 |
28 /** | 29 /** |
29 * Command to obtain content of a file, 'hg cat' counterpart. | 30 * Command to obtain content of a file, 'hg cat' counterpart. |
30 * | 31 * |
31 * @author Artem Tikhomirov | 32 * @author Artem Tikhomirov |