diff -r bc3b48b0f5c8 -r a6014018ec28 mercurial/util.py --- a/mercurial/util.py Wed Jan 01 17:57:48 2014 -0500 +++ b/mercurial/util.py Sun Dec 29 13:54:04 2013 +0000 @@ -52,7 +52,6 @@ popen = platform.popen posixfile = platform.posixfile quotecommand = platform.quotecommand -realpath = platform.realpath rename = platform.rename samedevice = platform.samedevice samefile = platform.samefile