Mercurial > hg4j
comparison src/org/tmatesoft/hg/core/HgInvalidRevisionException.java @ 368:8107b95f4280
Update Javadoc with 'revision index'
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 16 Dec 2011 16:00:57 +0100 |
parents | 8da7ade36c57 |
children | 6150555eb41d |
comparison
equal
deleted
inserted
replaced
367:2fadf8695f8a | 368:8107b95f4280 |
---|---|
18 | 18 |
19 import org.tmatesoft.hg.internal.Experimental; | 19 import org.tmatesoft.hg.internal.Experimental; |
20 import org.tmatesoft.hg.repo.HgRepository; | 20 import org.tmatesoft.hg.repo.HgRepository; |
21 | 21 |
22 /** | 22 /** |
23 * Use of revision or local revision index that is not valid for a given revlog. | 23 * Use of revision or revision local index that is not valid for a given revlog. |
24 * | 24 * |
25 * @author Artem Tikhomirov | 25 * @author Artem Tikhomirov |
26 * @author TMate Software Ltd. | 26 * @author TMate Software Ltd. |
27 */ | 27 */ |
28 @SuppressWarnings("serial") | 28 @SuppressWarnings("serial") |