Mercurial > hg4j
log src/org/tmatesoft/hg/util/FileWalker.java @ 532:688c1ab113bb
age | author | description |
---|---|---|
Wed, 20 Jun 2012 16:51:18 +0200 | Artem Tikhomirov | Do not walk into nested repositories at all, ignore not only .hg but whole nested repo |
Wed, 28 Mar 2012 18:39:29 +0200 | Artem Tikhomirov | FIXMEs: exceptions, javadoc |
Wed, 21 Mar 2012 20:40:28 +0100 | Artem Tikhomirov | Support and respect for symbolic links and executable flag, with /bin/ls backed implementation to discover these |
Wed, 07 Sep 2011 09:33:27 +0200 | Artem Tikhomirov | Use FileInfo abstraction with necessary subset of File functionality instead of File to facilitate other effective file system iterators |
Tue, 31 May 2011 05:23:07 +0200 | Artem Tikhomirov | Scope for status reworked: explicit files or a general matcher |
Fri, 27 May 2011 03:01:26 +0200 | Artem Tikhomirov | NPE when directory doesn't exist |
Wed, 25 May 2011 12:16:24 +0200 | Artem Tikhomirov | Support status query for a single file or a subdirectory of a repository |