diff src/org/tmatesoft/hg/util/PathRewrite.java @ 141:8248aae33f7d

Adopt FileIterator moving towards WCStatusCollector parameterizing. Improved path handling, move 'em around
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 17 Feb 2011 04:08:34 +0100
parents a3a2e5deb320
children 37a34044e6bd
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/util/PathRewrite.java	Wed Feb 16 22:33:04 2011 +0100
+++ b/src/org/tmatesoft/hg/util/PathRewrite.java	Thu Feb 17 04:08:34 2011 +0100
@@ -26,6 +26,7 @@
  */
 public interface PathRewrite {
 
+	// XXX think over CharSequence use instead of String
 	public String rewrite(String path);
 	
 	public static class Empty implements PathRewrite {