Mercurial > public > mercurial-scm > hg-stable
diff mercurial/util.py @ 1102:c81d264cd17d
localrepo: minor opener usage restructuring
author | mpm@selenic.com |
---|---|
date | Sat, 27 Aug 2005 16:34:54 -0700 |
parents | 2cf5c8a4eae5 |
children | e388c4f5cec5 |
line wrap: on
line diff
--- a/mercurial/util.py Sat Aug 27 16:28:53 2005 -0700 +++ b/mercurial/util.py Sat Aug 27 16:34:54 2005 -0700 @@ -238,8 +238,6 @@ 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"):