changeset 138:bb1d02f9eff6

clean fixme comment
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 16 Feb 2011 22:23:30 +0100
parents 144d771ee73c
children f3c387ea0a34
files src/org/tmatesoft/hg/internal/StoragePathHelper.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/StoragePathHelper.java	Wed Feb 16 22:16:05 2011 +0100
+++ b/src/org/tmatesoft/hg/internal/StoragePathHelper.java	Wed Feb 16 22:23:30 2011 +0100
@@ -43,7 +43,6 @@
 	// FIXME document what path argument is, whether it includes .i or .d, and whether it's 'normalized' (slashes) or not.
 	// since .hg/store keeps both .i files and files without extension (e.g. fncache), guees, for data == false 
 	// we shall assume path has extension
-	// FIXME much more to be done, see store.py:_hybridencode
 	public String rewrite(String path) {
 		final String STR_STORE = "store/";
 		final String STR_DATA = "data/";