mercurial/posix.py
changeset 47622 bb917eea1605
parent 47079 5b3513177f2b
child 48875 6000f5b25c9b
--- a/mercurial/posix.py	Sat Jul 10 13:10:18 2021 +0200
+++ b/mercurial/posix.py	Sat Jul 10 13:46:24 2021 +0200
@@ -36,6 +36,8 @@
 
 normpath = os.path.normpath
 samestat = os.path.samestat
+abspath = os.path.abspath  # re-exports
+
 try:
     oslink = os.link
 except AttributeError: