diff src/org/tmatesoft/hg/repo/HgStatusCollector.java @ 142:37a34044e6bd

More reasonable use of path normalizer and path.source
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 17 Feb 2011 05:06:07 +0100
parents 8248aae33f7d
children d5268ca7715b
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgStatusCollector.java	Thu Feb 17 04:08:34 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgStatusCollector.java	Thu Feb 17 05:06:07 2011 +0100
@@ -79,6 +79,9 @@
 		return pathPool;
 	}
 
+	/**
+	 * Allows sharing of a common path cache 
+	 */
 	public void setPathPool(PathPool pathPool) {
 		this.pathPool = pathPool;
 	}