Mercurial > public > mercurial-scm > hg-stable
diff mercurial/posix.py @ 14233:659f34b833b9
rename util.set_binary to setbinary
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 06 May 2011 15:25:35 +0200 |
parents | df2399663392 |
children | 600e64004eb5 |
line wrap: on
line diff
--- a/mercurial/posix.py Fri May 06 15:22:31 2011 +0200 +++ b/mercurial/posix.py Fri May 06 15:25:35 2011 +0200 @@ -128,7 +128,7 @@ Returns None if the path is ok, or a UI string describing the problem.''' pass # on posix platforms, every path is ok -def set_binary(fd): +def setbinary(fd): pass def pconvert(path):