diff 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
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgInvalidControlFileException.java	Wed Nov 09 05:22:26 2011 +0100
+++ b/src/org/tmatesoft/hg/core/HgInvalidControlFileException.java	Thu Nov 10 05:44:12 2011 +0100
@@ -23,7 +23,8 @@
 /**
  * WORK IN PROGRESS
  * 
- * Subclass of {@link HgInvalidFileException} to indicate failure to deal with one of <b>Mercurial</b> control files (those under .hg/)
+ * Subclass of {@link HgInvalidFileException} to indicate failure to deal with one of <b>Mercurial</b> control files 
+ * (most likely those under .hg/, but also those residing in the repository, with special meaning to the Mercurial, like .hgtags or .hgignore)
  * @author Artem Tikhomirov
  * @author TMate Software Ltd.
  */