comparison mercurial/util.py @ 35513:c4caf530b1c7

util: add a function to show the mount point of the filesystem For now, this is Windows only, since Linux doesn't have the value in its statfs structure, and I don't have a BSD system to test with.
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 29 Dec 2017 22:54:14 -0500
parents d8f408d999f9
children 72b91f905065
comparison
equal deleted inserted replaced
35512:5cc1becd0493 35513:c4caf530b1c7
107 copymode = platform.copymode 107 copymode = platform.copymode
108 executablepath = platform.executablepath 108 executablepath = platform.executablepath
109 expandglobs = platform.expandglobs 109 expandglobs = platform.expandglobs
110 explainexit = platform.explainexit 110 explainexit = platform.explainexit
111 findexe = platform.findexe 111 findexe = platform.findexe
112 getfsmountpoint = platform.getfsmountpoint
112 getfstype = platform.getfstype 113 getfstype = platform.getfstype
113 gethgcmd = platform.gethgcmd 114 gethgcmd = platform.gethgcmd
114 getuser = platform.getuser 115 getuser = platform.getuser
115 getpid = os.getpid 116 getpid = os.getpid
116 groupmembers = platform.groupmembers 117 groupmembers = platform.groupmembers