comparison src/org/tmatesoft/hg/internal/StoragePathHelper.java @ 80:4222b04f34ee

Follow history of a file
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 25 Jan 2011 03:54:32 +0100
parents 6f1b88693d48
children a5275143664c
comparison
equal deleted inserted replaced
79:5f9635c01681 80:4222b04f34ee
22 import org.tmatesoft.hg.repo.HgRepository; 22 import org.tmatesoft.hg.repo.HgRepository;
23 import org.tmatesoft.hg.util.PathRewrite; 23 import org.tmatesoft.hg.util.PathRewrite;
24 24
25 /** 25 /**
26 * @see http://mercurial.selenic.com/wiki/CaseFoldingPlan 26 * @see http://mercurial.selenic.com/wiki/CaseFoldingPlan
27 * @see http://mercurial.selenic.com/wiki/fncacheRepoFormat
27 * 28 *
28 * @author Artem Tikhomirov 29 * @author Artem Tikhomirov
29 * @author TMate Software Ltd. 30 * @author TMate Software Ltd.
30 */ 31 */
31 class StoragePathHelper implements PathRewrite { 32 class StoragePathHelper implements PathRewrite {