diff -r def1145cec2d -r 144883a8d0d4 mercurial/util.py --- a/mercurial/util.py Sat Apr 11 00:47:09 2015 +0900 +++ b/mercurial/util.py Sat Apr 11 00:47:09 2015 +0900 @@ -59,6 +59,7 @@ quotecommand = platform.quotecommand readpipe = platform.readpipe rename = platform.rename +removedirs = platform.removedirs samedevice = platform.samedevice samefile = platform.samefile samestat = platform.samestat