Mercurial > hg4j
diff src/org/tmatesoft/hg/util/FileWalker.java @ 580:bd5926e24aa3
Respect unix flags for checkout/revert
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Fri, 19 Apr 2013 20:30:34 +0200 |
| parents | 613c883e360e |
| children | e1b29756f901 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/util/FileWalker.java Wed Apr 17 16:06:10 2013 +0200 +++ b/src/org/tmatesoft/hg/util/FileWalker.java Fri Apr 19 20:30:34 2013 +0200 @@ -41,6 +41,8 @@ private RegularFileInfo nextFile; private Path nextPath; + // TODO FileWalker to accept SessionContext.Source and SessionContext to implement SessionContext.Source + // (if it doesn't break binary compatibility) public FileWalker(SessionContext ctx, File dir, Path.Source pathFactory) { this(ctx, dir, pathFactory, null); }
