diff src/org/tmatesoft/hg/internal/Filter.java @ 331:a37ce7145c3f

Access to repository configuration
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Sat, 05 Nov 2011 04:21:18 +0100
parents 4a948ec83980
children f2c11fe7f3e9
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/Filter.java	Tue Oct 25 03:30:02 2011 +0200
+++ b/src/org/tmatesoft/hg/internal/Filter.java	Sat Nov 05 04:21:18 2011 +0100
@@ -33,7 +33,7 @@
 	ByteBuffer filter(ByteBuffer src);
 
 	interface Factory {
-		void initialize(HgRepository hgRepo, ConfigFile cfg);
+		void initialize(HgRepository hgRepo);
 		// may return null if for a given path and/or options this filter doesn't make any sense
 		Filter create(Path path, Options opts);
 	}