Mercurial > jhg
comparison src/org/tmatesoft/hg/internal/RevlogStreamFactory.java @ 608:e1b29756f901
Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 07 May 2013 21:27:51 +0200 |
parents | e447384f3771 |
children | 99ad1e3a4e4d |
comparison
equal
deleted
inserted
replaced
607:66f1cc23b906 | 608:e1b29756f901 |
---|---|
47 | 47 |
48 /** | 48 /** |
49 * Creates a stream for specified file, doesn't cache stream | 49 * Creates a stream for specified file, doesn't cache stream |
50 */ | 50 */ |
51 /*package-local*/ RevlogStream create(File f) { | 51 /*package-local*/ RevlogStream create(File f) { |
52 return new RevlogStream(repo.getDataAccess(), f); | 52 return new RevlogStream(repo, f); |
53 } | 53 } |
54 | 54 |
55 /** | 55 /** |
56 * Perhaps, should be separate interface, like ContentLookup | 56 * Perhaps, should be separate interface, like ContentLookup |
57 * @param path - normalized file name | 57 * @param path - normalized file name |