Searched refs:getHistoryGet (Results 1 - 18 of 18) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DRepoRepository.java109 InputStream getHistoryGet(String parent, String basename, String rev) { method in class:RepoRepository
H A DRCSRepository.java60 InputStream getHistoryGet(String parent, String basename, String rev) { method in class:RCSRepository
H A DAccuRevRepository.java177 InputStream getHistoryGet(String parent, String basename, String rev) { method in class:AccuRevRepository
H A DRazorRepository.java218 InputStream getHistoryGet(String parent, String basename, String rev) { method in class:RazorRepository
246 LOGGER.log(Level.SEVERE, "getHistoryGet( "
H A DSCCSRepository.java68 public InputStream getHistoryGet(String parent, String basename, String rev) { method in class:SCCSRepository
H A DPerforceRepository.java114 InputStream getHistoryGet(String parent, String basename, String rev) { method in class:PerforceRepository
H A DMonotoneRepository.java68 public InputStream getHistoryGet(String parent, String basename, String rev) { method in class:MonotoneRepository
H A DRepository.java170 abstract InputStream getHistoryGet( method in class:Repository
H A DClearCaseRepository.java116 public InputStream getHistoryGet(String parent, String basename, String rev) { method in class:ClearCaseRepository
H A DBazaarRepository.java104 public InputStream getHistoryGet(String parent, String basename, String rev) { method in class:BazaarRepository
H A DCVSRepository.java210 public InputStream getHistoryGet(String parent, String basename, String rev) { method in class:CVSRepository
H A DSSCMRepository.java168 InputStream getHistoryGet(String parent, final String basename, String rev) { method in class:SSCMRepository
H A DSubversionRepository.java255 public InputStream getHistoryGet(String parent, String basename, String rev) { method in class:SubversionRepository
H A DHistoryGuru.java262 ret = rep.getHistoryGet(parent, basename, rev);
H A DGitRepository.java245 public InputStream getHistoryGet(String parent, String basename, String rev) { method in class:GitRepository
H A DMercurialRepository.java370 public InputStream getHistoryGet(String parent, String basename, String rev) { method in class:MercurialRepository
/opengrok/test/org/opensolaris/opengrok/history/
H A DPerforceRepositoryTest.java99 InputStream in = instance.getHistoryGet(
H A DMercurialRepositoryTest.java235 InputStream input = mr.getHistoryGet(root.getCanonicalPath(),
256 InputStream input = mr.getHistoryGet(root.getCanonicalPath(),
263 * Test that {@code getHistoryGet()} returns historical contents of renamed
281 InputStream input = mr.getHistoryGet(root.getCanonicalPath(),

Completed in 29 milliseconds