ref: e1bb660ef2d15d9f53638d60c9e15aaa8579b9bf
dir: /sys/src/cmd/hg/mercurial/posix.pyc/
�� �$�Jc@s�ddklZddkZddkZddkZddkZddkZddkZddkZddk Z ddk Z eZdZ eiiZeiiZeZeid�Zeie�d�Zd�Zd�Zd�Zd �Zd �Zd�Zd�Zd �Zd�Zd�Zeidjo d�Z n eii Z d�Z!d�Z"dd�Z#d�Z$d�Z%d�Z&d�Z'd�Z(d�Z)d�Z*d�Z+dd�Z-dd�Z.dS( i����(t_Ns /dev/nullicCstS(s@return true if it is safe to hold open file handles to hardlinks(tTrue(((s./mercurial/posix.pyt openhardlinkssc Cs�tii|d�g}tii|d�}y^|ig}ti|�D]6\}}|id�o|tii||�qJqJ~�Wntj onX|S(Nthgrcshgrc.ds.rc(tostpathtjointextendtosutiltlistdirtendswithtOSError(Rtrcstrcdirt_[1]tftkind((s./mercurial/posix.pytrcfiless 8cCsjg}tttdg��djo.|ittiitid�d��n|itd��|S(Ntargvis/../etc/mercurials/etc/mercurial( tlentgetattrtsysRRRRtdirnameR(R((s./mercurial/posix.pyt system_rcpath$scCstiid�gS(Ns~/.hgrc(RRt expanduser(((s./mercurial/posix.pytuser_rcpath-scCs�|d}tiidjo&|ddjo|dd!}q�n?|id�o.|id�od|jo|dd!}n|S( s<parses the output produced by patch and returns the filenameitOpenVMSit`ii����t't (RRtplatformt startswithR (toutput_linetpf((s./mercurial/posix.pytparse_patch_output0s -cCs:|od||fp|}|od||fp|S(sBuild argument list for sshs%s@%ss%s -p %s((tsshcmdthosttusertporttargs((s./mercurial/posix.pytsshargs;scCsti|�id@djS(s"check whether a file is executablei@i(Rtlstattst_mode(R((s./mercurial/posix.pytis_exec@scCsBti|�i}|ooti|�pWt|�i�}ti|�yti||�Wq�t|d�i |�q�XndSnti|�oAti |�}ti|�t|d�i |�dt@}n|d@}|o-|o%ti|||d@d?t@B�n(|o|oti||d@�ndS(Ntwi�i@i$i( RR)R*tstattS_ISLNKtopentreadtunlinktsymlinktwritetreadlinktumasktchmod(Rtltxtstdatatsx((s./mercurial/posix.pyt set_flagsDs( %cCsdS(N((tfd((s./mercurial/posix.pyt set_binarybscCs|S(N((R((s./mercurial/posix.pytpconvertescCs|S(N((R((s./mercurial/posix.pyt localpathhstdarwincCs�d}d}yti||�}Wn3tj o'}|itijo|Sn�nXz$ti||dd�id�SWdti|�XdS(sL Returns the true, canonical file system path equivalent to the given path. Equivalent means, in this case, resulting in the same, unique file system link to the path. Every file system entry, whether a file, directory, hard link or symbolic link or special, will have a single path preferred by the system, but may allow multiple, differing path lookups to point to it. Most regular UNIX file systems only allow a file system entry to be looked up by its distinct path. Obviously, this does not apply to case insensitive file systems, whether case preserving or not. The most complex issue to deal with is file systems transparently reencoding the path, such as the non-standard Unicode normalisation required for HFS+ and HFSX. i2i tiN(RR/RterrnotENOENTtfcntltrstriptclose(Rt F_GETPATHt O_SYMLINKR=terr((s./mercurial/posix.pytrealpathls$cCs7tiidjod|Snd|idd�SdS(NRs"%s"s'%s'Rs'\''(RRRtreplace(R9((s./mercurial/posix.pyt shellquote�scCs|S(N((tcmd((s./mercurial/posix.pytquotecommand�strcCsti||�S(N(Rtpopen(tcommandtmode((s./mercurial/posix.pyRQ�scCs_tiidjotSnyti|d�tSWn%tj o}|itijSnXdS(s5return False if pid dead, True if running or not sureRiN(RRRRtkillRRCtESRCH(tpidtinst((s./mercurial/posix.pyttestpid�scCs�ti|�o'ti|�}td�||fSnoti|�o'ti|�}td�||fSn8ti|�o'ti|�}td�||fSnttd���dS(s;return a 2-tuple (desc, code) describing a process's statussexited with status %dskilled by signal %dsstopped by signal %dsinvalid exit codeN( Rt WIFEXITEDtWEXITSTATUSRtWIFSIGNALEDtWTERMSIGt WIFSTOPPEDtWSTOPSIGt ValueError(tcodetval((s./mercurial/posix.pytexplain_exit�scCs|iti�jS(s;Return True if the stat object st is from the current user.(tst_uidRtgetuid(tst((s./mercurial/posix.pytisowner�scCs�tidjo|Snd�}ti|jo||�SnxYtiidd�iti�D]6}|tii ||��}|dj o|SqaqaWdS(s�Find executable for command searching like which does. If command is a basename then PATH is searched for command. PATH isn't searched if command is an absolute or relative path. If command isn't found None is returned.RcSstii|�o|SndS(s'Will return executable if existing fileN(RRtexiststNone(t executable((s./mercurial/posix.pytfindexisting�stPATHtN(RRRtseptenvirontgettsplittpathsepRRRh(RRRjRRi((s./mercurial/posix.pytfind_exe�s " cCsdS(N((((s./mercurial/posix.pytset_signal_handler�sccstti}xd|D]\}y||�}Wn>tj o2}|ititifjo�nd}nX|VqWdS(sFStat each file in files and yield stat or None if file does not exist.N(RR)RRCRDtENOTDIRRh(tfilesR)tnfReRJ((s./mercurial/posix.pyt statfiles�s cCs ti�S(sreturn name of current user(tgetpasstgetuser(((s./mercurial/posix.pyRy�scCs t|�S(s;On Windows, expand the implicit globs in a list of patterns(tlist(tpats((s./mercurial/posix.pytexpand_glob�scCsV|djoti�}nyti|�dSWntj ot|�SnXdS(siReturn the name of the user with the given uid. If uid is None, return the name of the current user.iN(RhRRdtpwdtgetpwuidtKeyErrortstr(tuid((s./mercurial/posix.pytusername�s cCsV|djoti�}nyti|�dSWntj ot|�SnXdS(skReturn the name of the group with the given gid. If gid is None, return the name of the current group.iN(RhRtgetgidtgrptgetgrgidRR�(tgid((s./mercurial/posix.pyt groupname�s (/ti18nRRRRRCR-RxR}R�RER/t posixfiletnulldevRtnormpathtsamestattFalsetexpandglobsR5RRRRR"R(R+R<R>R?R@RRKRMRORQRXRbRfRrRsRwRyR|RhR�R�(((s./mercurial/posix.pys<module>sH` #