# HG changeset patch # User Artem Tikhomirov # Date 1333120299 -7200 # Node ID 7e1912b4ce991d4c220a5a77246a2aab60ae7750 # Parent be697c3e951ec175a7fc3ceed3c100463c6539ff Record few known issues while skimming through TODOs diff -r be697c3e951e -r 7e1912b4ce99 TODO --- a/TODO Fri Mar 30 16:43:09 2012 +0200 +++ b/TODO Fri Mar 30 17:11:39 2012 +0200 @@ -57,7 +57,10 @@ RELEASE NOTES 1.0 * Known issues and limitations: - ** Configuration files listed under HKEY_LOCAL_MACHINE\SOFTWARE\Mercurial are not processed + ** Configuration files listed under HKEY_LOCAL_MACHINE\SOFTWARE\Mercurial are not processed + ** %include and %unset directives in config files + ** additional locations of ignore configuration are not read/processed from ui.ignore.* + ** subrepositories and path mapping in cfg Read-only support, version 1.1 ============================== diff -r be697c3e951e -r 7e1912b4ce99 src/org/tmatesoft/hg/core/HgChangesetFileSneaker.java --- a/src/org/tmatesoft/hg/core/HgChangesetFileSneaker.java Fri Mar 30 16:43:09 2012 +0200 +++ b/src/org/tmatesoft/hg/core/HgChangesetFileSneaker.java Fri Mar 30 17:11:39 2012 +0200 @@ -47,7 +47,7 @@ * @author Artem Tikhomirov * @author TMate Software Ltd. */ -public class HgChangesetFileSneaker {// TODO mark final once HgFileInformer gone +public final class HgChangesetFileSneaker { private final HgRepository repo; private boolean followRenames;