comparison src/org/tmatesoft/hg/core/HgInvalidControlFileException.java @ 335:3d41dc148d14

Do not fail with exception on syntax errors in .hgignore
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 10 Nov 2011 05:44:12 +0100
parents c3d2233ba842
children a0864b2892cd
comparison
equal deleted inserted replaced
334:15e1961719f2 335:3d41dc148d14
21 import org.tmatesoft.hg.internal.Experimental; 21 import org.tmatesoft.hg.internal.Experimental;
22 22
23 /** 23 /**
24 * WORK IN PROGRESS 24 * WORK IN PROGRESS
25 * 25 *
26 * Subclass of {@link HgInvalidFileException} to indicate failure to deal with one of <b>Mercurial</b> control files (those under .hg/) 26 * Subclass of {@link HgInvalidFileException} to indicate failure to deal with one of <b>Mercurial</b> control files
27 * (most likely those under .hg/, but also those residing in the repository, with special meaning to the Mercurial, like .hgtags or .hgignore)
27 * @author Artem Tikhomirov 28 * @author Artem Tikhomirov
28 * @author TMate Software Ltd. 29 * @author TMate Software Ltd.
29 */ 30 */
30 @SuppressWarnings("serial") 31 @SuppressWarnings("serial")
31 @Experimental(reason="WORK IN PROGRESS. Name is likely to change. Path argument to be added?") 32 @Experimental(reason="WORK IN PROGRESS. Name is likely to change. Path argument to be added?")