diff mercurial/util.py @ 20202:a6014018ec28

util: remove unused realpath (issue4063) util.realpath was in use for only 5 days from dbdb777502dc until it was backed out in c519cd8f0169 because it caused issue3077 and issue3071.
author Christian Ebert <blacktrash@gmx.net>
date Sun, 29 Dec 2013 13:54:04 +0000
parents af12f58e2aa0
children 47d0843647d1
line wrap: on
line diff
--- 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