branch | stable |
changeset 17391 | fc24c10424d2 |
parent 17203 | 0cb55b5c19a3 |
child 17560 | 9ee25d7b1aed |
--- a/mercurial/posix.py Thu Aug 23 18:19:19 2012 -0500 +++ b/mercurial/posix.py Sat Aug 04 07:14:40 2012 +0200 @@ -10,7 +10,6 @@ import os, sys, errno, stat, getpass, pwd, grp, tempfile, unicodedata posixfile = open -nulldev = '/dev/null' normpath = os.path.normpath samestat = os.path.samestat oslink = os.link