Mercurial > jhg
log src/org/tmatesoft/hg/util/FileIterator.java @ 499:899a1b68ef03
age | author | description |
---|---|---|
2012-05-15 | Artem Tikhomirov | Few comments that emerged while working on examples |
2012-03-21 | Artem Tikhomirov | Support and respect for symbolic links and executable flag, with /bin/ls backed implementation to discover these |
2011-11-29 | Artem Tikhomirov | Allow FileIterator report any errors from the underlaying file system up to the client |
2011-09-07 | Artem Tikhomirov | Use FileInfo abstraction with necessary subset of File functionality instead of File to facilitate other effective file system iterators |
2011-05-25 | Artem Tikhomirov | Support status query for a single file or a subdirectory of a repository |
2011-02-17 | Artem Tikhomirov | Adopt FileIterator moving towards WCStatusCollector parameterizing. Improved path handling, move 'em around |