mercurial/util.py
changeset 1102 c81d264cd17d
parent 1101 2cf5c8a4eae5
child 1169 e388c4f5cec5
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -238,8 +238,6 @@ def opener(base):
 
     this function is used to hide the details of COW semantics and
     remote file access from higher level code.
-
-    todo: separate remote file access into a separate function
     """
     p = base
     def o(path, mode="r"):