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 :  /lib64/python3.9/site-packages/hgext/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /lib64/python3.9/site-packages/hgext/__pycache__/patchbomb.cpython-39.opt-1.pyc
a

�+�bn|�@sdZddlmZddlmZddlmmZ	ddl
mmZddl
mZddlZddlZddlZddlmZddlmZddlmZddlmZmZmZmZmZmZm Z m!Z!m"Z"m#Z#m$Z$m%Z%m&Z&m'Z'ddl(m)Z)m*Z*e'j+Z+iZ,e$�-e,�Z-iZ.e$�/e.�Z/e/d	d
dd�e/d	ddd�e/d	d
dd�e/d	ddd�e/d	ddd�e/d	ddd�e/d	ddd�e/d	ddd�e/d	ddd�e/d	ddd�dZ0dd�Z1dd�Z2dd�Z3d�dd �Z4d!d"�Z5d#d$�Z6d%d&�Z7d�d'd(�Z8d)d*�Z9d+d,�Z:d-d.�Z;d/d0�Z<d1d2�Z=d�d3d4�Z>d5d6�Z?d7d8�Z@d9d:ded;�fd<d=ded>�fd?d@dedA�fd9dgedB�edC�fdDd
gedE�edC�fd9ddedF�fdGdHdedI�fd9dJd9edK�edL�fd9dMd9edN�edO�fdPdd9edQ�edC�fdRdSdedT�fdUdVd9edW�edO�fd9dgedX�edC�fdYdZd9ed[�ed\�fd9d]d9ed^�ed_�fd9d`geda�edb�fdcdgedd�edC�fgZAe-dedfdgdedh�fd9didedj�fdkdldedm�fdndodedp�fdqdrd9eds�edt�fd9dudoedv�edw�fdxdygedz�ed{�fd9d|ded}�fd9d~ged�ed{�fd9dded��fg
eAejBed��e-jCd��d�d���ZDdS)�as	command to send changesets as (a series of) patch emails

The series is started off with a "[PATCH 0 of N]" introduction, which
describes the series as a whole.

Each patch email has a Subject line of "[PATCH M of N] ...", using the
first line of the changeset description as the subject text. The
message contains two or three body parts:

- The changeset description.
- [Optional] The result of running diffstat on the patch.
- The patch itself, as generated by :hg:`export`.

Each message refers to the first in the series using the In-Reply-To
and References headers, so they will show up as a sequence in threaded
mail and news readers, and in mail archives.

To configure other defaults, add a section like this to your
configuration file::

  [email]
  from = My Name <my@email>
  to = recipient1, recipient2, ...
  cc = cc1, cc2, ...
  bcc = bcc1, bcc2, ...
  reply-to = address1, address2, ...

Use ``[patchbomb]`` as configuration section name if you need to
override global ``[email]`` address settings.

Then you can use the :hg:`email` command to mail a series of
changesets as a patchbomb.

You can also either configure the method option in the email section
to be a sendmail compatible mailer or fill out the [smtp] section so
that the patchbomb extension can automatically send patchbombs
directly from the commandline. See the [email] and [smtp] sections in
hgrc(5) for details.

By default, :hg:`email` will prompt for a ``To`` or ``CC`` header if
you do not supply one via configuration or the command line.  You can
override this to never prompt by configuring an empty value::

  [email]
  cc =

You can control the default inclusion of an introduction message with the
``patchbomb.intro`` configuration option. The configuration is always
overwritten by command line flags like --intro and --desc::

  [patchbomb]
  intro=auto   # include introduction message if more than 1 patch (default)
  intro=never  # never include an introduction message
  intro=always # always include an introduction message

You can specify a template for flags to be added in subject prefixes. Flags
specified by --flag option are exported as ``{flags}`` keyword::

  [patchbomb]
  flagtemplate = "{separate(' ',
                            ifeq(branch, 'default', '', branch|upper),
                            flags)}"

You can set patchbomb to always ask for confirmation by setting
``patchbomb.confirm`` to true.
�)�absolute_importN)�_)�open)�bin)�cmdutil�commands�encoding�error�	formatter�hg�
logcmdutil�mail�patch�pycompat�	registrar�scmutil�	templater�util)�dateutil�urlutil�	patchbomb�
bundletype��defaultsbccscc�confirmF�flagtemplate�from�intro�auto�	publicurlsreply-tostosships-with-hg-corecCs,|��}|j�dd�}|r(d|||fSdS)zFAdd a header pointing to a public URL where the changeset is availablerrs/Available At %s
#              hg pull %s -r %sN)�repo�ui�config)�seq�ctxr �	publicurl�r&�5/usr/lib64/python3.9/site-packages/hgext/patchbomb.py�_addpullheader�s�r(cCstj�d�ttjd<dS)Nspullurl)rZextraexport�appendr(Zextraexportmap)r!r&r&r'�uisetup�sr*cCs|��sdS|j�d�dS)N�last-email.txt)�localZ_wlockfreeprefix�add)r!r r&r&r'�	reposetup�sr.�:cCs |r|d|7}|�|||�S)Ns [%s])�prompt)r!r0r�restr&r&r'r0�sr0cCs�|�dd�}|�d�s |�d�r&d}nV|dkr4d}nH|dkrBd}n:|dkrT|d	k}n(|�td
�|�|�td��|d	k}|S)z-is an introductory message apparently wanted?rr�descTsalwayssneverFr�s,warning: invalid patchbomb.intro value "%s"
s'(should be one of always, never, auto)
)r"�get�	write_errr)r!�optsZnumberZintroconfigZintror&r&r'�introwanted�s

�r7c	Cs�|�dd�}|sd�|�St��}t�t�|��}t�||di|��@}|�	�|j
||d�|�dd|j|dd	��Wd
�n1s�0Y|�
�S)z(build flag string optionally by templaterr� s
patchbombflag)r$sflagss%s�flag)�nameN)r"�joinr�stringior
Zliteral_templatespecrZ
unquotestringZtemplateformatterZ	startitem�context�writeZ
formatlist�getvalue)r!r �rev�flagsZtmpl�out�specZfmr&r&r'�_formatflags�s
6rDc	CsFt||||�}|rd|}|s&d|Std|�}d||||fSdS)zbuild prefix to patch subjectr8s	[PATCH%s]�%ds[PATCH %0*d of %d%s]N)rD�len)	r!r r@rA�idx�total�numbered�flag�tlenr&r&r'�
_formatprefix�srLc

Cs�g}
d}d}|D]H}
|
�d�r6|
�d�r|
��d}q|
�d�sJ|
�d�rNqZ|
�|
�q|	sf|sft�|�d�r�|�d�s�d	�|
d
d����p�d}|d7}|�d
�r�|r�|d�d�r�|�d�q�|r�|�d�|r�|d��s�|�d�q�t�	|�}|�d��r||d7}|�d��p$|�d�}|�r8|�d��rF|d	�|�7}|�r*t
��}|�rv|�t
�||||�d���t
�d	�|�d|�d��}t|�}|	�s�dd�|�|�D�}|�r�|d}	n2|d
k�r�tj||d||d�}	nt�||d�}	d}|�d��rd}|dt�|	�|d<|�|�nt
j||�d�d�}t||||�d�|||�}|
d���d �}|�s�d!�||�d"��p�|g�}nd!�||g�}t
�||||�d��|d#<t�|�|d$<d%||d&<d%||d'<|||fS)(N��#s	# Node ID���sdiff -rs
diff --git�attach�body�
r3s"Patch subject is complete summary.s


�plainrs# �diffstats

�inline�testzx-patchcSs$g|]}|�d�s|�d�r|�qS)s.patchs.diff)�endswith)�.0�tr&r&r'�
<listcomp><s�zmakepatch.<locals>.<listcomp>s%b-%n.patch)ZseqnorHs%b.patchZinline�
attachmentz; filename=�Content-Disposition)Zdisplayr9s. r8�subject�Subject�X-Mercurial-Nodez%izX-Mercurial-Series-IndexzX-Mercurial-Series-Total)�
startswith�splitr)�
ValueErrorr4r;�strip�popr�diffstat�emimemultipart�
MIMEMultipart�attachr
�
mimeencodeZ
mimetextpatchrZnodetagsrZmakefilenamer�strfromlocalrL�rstrip�
headencoderZsysstr)r!r r@Z
patchlinesr6�	_charsetsrGrHrIZ	patchname�desc�node�body�line�dsZ
addattachment�msg�pZbinnodeZ	patchtagsZdisposition�prefix�subjr&r&r'�	makepatch�s�


�


��

���rwc
ks�|j}|d��}|D]h}||krH|d��s:|d��rH|�td��t�}tj||g|t	j
||dd�d�|���d�VqdS)zlreturn a list of patches for a list of revisions

    Each patch in the list is itself a list of lines.
    �.Ns3warning: working directory has uncommitted changes
T)�git)r6rR)
r!r@�filesZdeleted�warnrr<rZ
exportfilerZdifffeatureoptsr?ra)r �revsr6r!�prev�r�outputr&r&r'�_getpatchesbs �r�cKs�|j}tjdd�}tj�|d�}|�dd�}|r8||d<z�g}|rH|g}tj|||g|�Ri|��t	�
|�Wzt�|�Wnty�Yn0t�
|�Szt�|�Wnty�Yn0t�
|�n.zt�|�Wnty�Yn0t�
|�0dS)z�return a bundle containing changesets missing in "dest"

    The `opts` keyword-arguments are the same as the one accepted by the
    `bundle` command.

    The bundle is a returned as a single in-memory binary blob.
    shg-email-bundle-)ru�bundlerr�typeN)r!rZmkdtemp�os�pathr;r"r�bundlerZreadfile�unlink�OSError�rmdir)r �destr6r!ZtmpdirZtmpfnZbtypeZdestsr&r&r'�
_getbundless8

��r�cKsh|j}|�d�r$t|�d����}n@|�td��|j|||jdd�}|�dd�}|�|�|�	�|S)z�obtain the body of the introduction message and return it

    This is also used for the body of email with an attached bundle.

    The body can be obtained either from the command line option or entered by
    the user through the editor.
    rns7
Write the introductory message for the patch series.

s
patchbombbody)Zrepopath�actionr+swb)
r!r4r�readr>rZeditr�Zvfs�close)r Zdefaultbody�senderr6r!rpZmsgfiler&r&r'�_getdescription�s
�
�
r�c
Ks�|j}t�|�}|�d�p$t|dd�}t|d|fi|��}t��}|rb|�t�	||||�d���t
�dd�}	|	�|�d|�d	d
�}
|	j
ddt�|
�d
�t�|	�|�|	�t�||||�d��|d<||dfgS)z�Get the full email for sending a given bundle

    This function returns a list of "email" tuples (subject, content, None).
    The list is always one message long in that case.
    �subjectsSubject:sA bundle for your repositoryrM�testZapplicationzx-mercurial-bundles%s.hg�
bundlenamer�r\r[)�filenamer^N)r!r
rmr4r0r�rfrgrhri�	emimebaseZMIMEBaseZset_payloadZ
add_headerrrj�
emailencodersZ
encode_base64rl)r r�r�r6r!rmrvrprsZdatapartr�r&r&r'�_getbundlemsgs�s*
�
�

r�c	Ks�|j}t�|�}t|||��|�d�dt|�dd�}|�d�pLt|d|dd�}|sVd	S|d
|}d}	|�d�r�t�	t
|g��}
d|
}	nd	}
t||	|fi|��}	t�||	||�d
��}t�
||||�d
��|d<|||
fS)z�make an introduction email, asking the user for content if needed

    email is returned as (subject, body, cumulative-diffstat)rJrT)rIr�s(optional) Subject: rM)r1rNr8rerRr�r^)r!r
rmrLZlastr4rFr0rre�sumr�rirl)r r�r|�patchesr6r!rmrurvrprersr&r&r'�
_makeintro�s(
��

r�cKs�t�|�}|j}t�|�}tt||fi|���}g}	|�td�t	|��t
||t	|��r~t||||fi|��}
|
r~|	�|
�t	|	�t	|�dk}d}t
t||��D]D\}
\}}|r�||
}t|||||||
dt	|�||�
}
|	�|
�q�|	S)z�return a list of emails from a list of patches

    This involves introduction message creation if necessary.

    This function returns a list of "email" tuples (subject, content, None).
    s+this patch series consists of %d patches.

r3N)r�byteskwargsr!r
rm�listr�r>rrFr7r�r)�	enumerate�ziprw)r r�r|Z
patchnamesr6Z	bytesoptsr!rmr��msgsrsrIr:�ir~rtr&r&r'�
_getpatchmsgs�s:


�r�cCs�|j}t�|||r|gnd�}dd�|D�}|�td�d�|��dd�|D�}|sb|j��g}|�d|pnd|�}|s�|�td	��|S)
z4Return the revisions present locally but not in destNcSsg|]}t�|j��qSr&)rZhidepasswordZrawloc)rXrtr&r&r'rZrMz _getoutgoing.<locals>.<listcomp>scomparing with %s
�,cSsg|]}|dkr|�qS)rr&�rXr~r&r&r'rZrMsoutgoing(%s) and ::%ldrMsno changes found
)	r!rZget_push_paths�statusrr;Z	changelogZtiprevr|)r r�r|r!�pathsZ
safe_pathsr&r&r'�_getoutgoingsr�cCs>zt�tjd�}Wnty.t��}Yn0d|||fS)Ns
HGHOSTNAMEz
<%s.%d@%s>)rrj�environ�KeyError�socketZgetfqdn)roZ	timestamp�hostnamer&r&r'�_msgid&s
r�rMrQs-send patches as inline message text (default)�arPssend patches as attachments�irUs"send patches as inline attachmentss/email addresses of blind carbon copy recipientssEMAIL�cs"email addresses of copy recipientss#ask for confirmation before sending�drTsadd diffstat output to messages�dates&use the given date as the sending datesDATEr2s,use the given file as the series descriptionsFILE�fsemail address of sender�nrVs!print messages that would be sent�m�mboxs3write messages to mbox file instead of sending thems)email addresses replies should be sent to�sr]s0subject of first message (intro or single patch)sTEXTsin-reply-tosmessage identifier to reply tosMSGIDr9s flags to add in subject prefixessFLAG�tsemail addresses of recipients�email�gsgitsuse git extended diff formatrSsomit hg patch header�o�outgoings/send changes not found in the target repository�br�s-send changes not in target as a binary bundle�B�bookmarks-send changes only reachable by given bookmarksBOOKMARKs
bundlenames"name of the bundle attachment filesNAME�r�revsa revision to sendsREVsforces?run even when remote repository is unrelated (with -b/--bundle)sbasesGa base changeset to specify instead of a destination (with -b/--bundle)s-send an introduction email for a single patchshg email [OPTION]... [DEST]...)Zhelpcategoryc0s�t����t������d�}��d�}��d�}��d�}��d�}��d�}	��d�sh|sht���|s�|s�|s�|s�|	s�t�td���|r�|r�t�td	���t	�
�dd�|s�|r�t|�d
kr�t�td���|r�|d}
nd
}
g}|�r|r�t�td���|}n0|	�r4|	�jv�r(t�td�|	��t
��|	�}t��|�}|�rRt�|
|�}|�rjdd�|D��d<�j�dd�}|�rΈj�d�zt��i|�}Wn,tj�y��j�td�|��Yn0|�d��s�j�d�n�fdd�|D�}
|�dd�|
D��}g}t|
�D]\}}||�s|�|��q|�r�t|�d
k�rntd�}|||dt|�d
f;}ntd�}|||df;}dd�|D�}d�d d���d!|�D��}td"�||f}tj||d#��|�r�t� |��nt�!���fd$d%�}��d&��p*��d'd&��p*��dd&��p*t"�d(��#��}|�rxt�$��}t%�|
fi|��}|�&�}|�'d)d
�t(�||fi|��}nt)�||fit�$����}g�da����fd+d,�	}|d-d.d/�}|�s�t�td0���|d1d.d2d3�}|d4�}|d5�} ��*dd6�}!|!t+��d7��p��d6��O}!|!�r��j,td8�d9d:��j,d;|d<d:��D]}"�j,d=|"d>d:��q@|D]2\}#}$}%�j,d?|$d@d:�|%�r^�j,|%dAd:��q^��,dB���-tdC���r�t�tdD�����,dB���dE��p�d
}&|&d
u�rt.�/|&�}&|&�0dF��s�dF|&}&|&�1dG��s|&dG7}&t2�3t.�/|��d
}'t�4�|���d��}d
}(d
})�j5tdH�tdI�t|�dJ�}*t|�D�] \}+\}#}$}%z*||#dK�|#dL<|)�s�|#dL})|)|#dM<Wn t6�y�|dN�|#dL<Yn0|&�r�|&|#dO<|&|#dP<|&�r�dK|#v�r�|#dL}&dQt7�8��9�|#dR<t2j:�dd.dS�|#dT<�dd
�d
f�||#dU<dV�|�|#dW<|�rXdV�|�|#dX<|�rldV�|�|#dY<| �r�dV�| �|#dZ<��d��r
��;td[�|$d\���<d'�tj=�d*d]�},z|,�>|#d*���,dB�Wn6t?�y}-z|-j@t@jAk�r�WYd
}-~-n
d
}-~-00n||(�stjB�|d^�}(��;td_�|$d\�|*jC|+|$d`�|�sJ|#dY=tD�}.tj=|.d*d]�},|,�>|#d*�|||}/|(|'|/|.�E���qf|*�F�d
S)baQsend changesets by email

    By default, diffs are sent in the format generated by
    :hg:`export`, one per message. The series starts with a "[PATCH 0
    of N]" introduction, which describes the series as a whole.

    Each patch email has a Subject line of "[PATCH M of N] ...", using
    the first line of the changeset description as the subject text.
    The message contains two or three parts. First, the changeset
    description.

    With the -d/--diffstat option, if the diffstat program is
    installed, the result of running diffstat on the patch is inserted.

    Finally, the patch itself, as generated by :hg:`export`.

    With the -d/--diffstat or --confirm options, you will be presented
    with a final summary of all messages and asked for confirmation before
    the messages are sent.

    By default the patch is included as text in the email body for
    easy reviewing. Using the -a/--attach option will instead create
    an attachment for the patch. With -i/--inline an inline attachment
    will be created. You can include a patch both as text in the email
    body and as a regular or an inline attachment by combining the
    -a/--attach or -i/--inline with the --body option.

    With -B/--bookmark changesets reachable by the given bookmark are
    selected.

    With -o/--outgoing, emails will be generated for patches not found
    in the destination repository (or only those which are ancestors
    of the specified revisions if any are provided)

    With -b/--bundle, changesets are selected as for --outgoing, but a
    single email containing a binary Mercurial bundle as an attachment
    will be sent. Use the ``patchbomb.bundletype`` config option to
    control the bundle type as with :hg:`bundle --type`.

    With -m/--mbox, instead of previewing each patchbomb message in a
    pager or sending the messages directly, it will create a UNIX
    mailbox file with the patch emails. This mailbox file can be
    previewed with any mail user agent which supports UNIX mbox
    files.

    With -n/--test, all steps will run, but mail will not be sent.
    You will be prompted for an email recipient address, a subject and
    an introductory message describing the patches of your patchbomb.
    Then when all is done, patchbomb messages are displayed.

    In case email sending fails, you will find a backup of your series
    introductory message in ``.hg/last-email.txt``.

    The default behavior of this command can be customized through
    configuration. (See :hg:`help patchbomb` for details)

    Examples::

      hg email -r 3000          # send patch 3000 only
      hg email -r 3000 -r 3001  # send patches 3000 and 3001
      hg email -r 3000:3005     # send patches 3000 through 3005
      hg email 3000             # send patch 3000 (deprecated)

      hg email -o               # send all patches not in default
      hg email -o DEST          # send all patches not in DEST
      hg email -o -r 3000       # send all ancestors of 3000 not in default
      hg email -o -r 3000 DEST  # send all ancestors of 3000 not in DEST

      hg email -B feature       # send all ancestors of feature bookmark

      hg email -b               # send bundle of all patches not in default
      hg email -b DEST          # send bundle of all patches not in DEST
      hg email -b -r 3000       # bundle of all ancestors of 3000 not in default
      hg email -b -r 3000 DEST  # bundle of all ancestors of 3000 not in DEST

      hg email -o -m mbox &&    # generate an mbox file...
        mutt -R -f mbox         # ... and view it with mutt
      hg email -o -m mbox &&    # generate an mbox file ...
        formail -s sendmail \   # ... and use formail to send from the mbox
          -bm -t < mbox         # ... using sendmail

    Before using this command, you will need to enable email in your
    hgrc. See the [email] section in hgrc(5) for details.
    r�r�r�r�r�r�rVs0specify at least one changeset with -B, -r or -osE--outgoing mode always on with --bundle; do not re-specify --outgoingr3stoo many destinationsrNs)use only one form to specify the revisionsbookmark '%s' not foundcSsg|]}d|�qS)rEr&r�r&r&r'rZ4rMzemail.<locals>.<listcomp>srevsrrs0checking that revision exist in the public repo
s!unable to access public repo: %s
sknowns/skipping existence checks: public repo too old
csg|]}�|�qSr&r&r�)r r&r'rZDrMcss|]}|��VqdS)N)ro�rX�hr&r&r'�	<genexpr>ErMzemail.<locals>.<genexpr>s'public "%s" is missing %s and %i othersspublic url %s is missing %scSsg|]}|���qSr&)r@)rXr$r&r&r'rZQrMr8css|]}d|VqdS)s-r %sNr&r�r&r&r'r�Rss
heads(%ld)suse 'hg push %s %s')�hintcst|dd�t�d��S)N�r)r��int)�id)�
start_timer&r'�genmsgid^szemail.<locals>.genmsgidrr�sFromr�Fcs�|��}|�dd���}��|�}|rT��d|d�|�f�t��|���d��S��d|�pj��d|�}|s���d|�p���d|�}|s�|r�t	�||d�}|r̈�d||f�t��|g���d��S|r�t��|g���d��SgS)	N�-�_s%s: %ss, rVr�rr)
�lower�replacer4r)r;r
Zaddrlistencoder"Z	hasconfigr0)�header�askrZ	configkey�optZaddrs�addrZ	specified)rmr6�	showaddrsr!r&r'�getaddrsts.
���zemail.<locals>.getaddrssToT)r�sno recipient addresses providedsCcrM)r�rsBccsReply-TorrTs
Final summary:

spatchbomb.finalsummary)Zlabels	From: %s
spatchbomb.froms%s
spatchbomb.tosSubject: %s
spatchbomb.subjectspatchbomb.diffstatsrRs1are you sure you want to send (yn)?$$ &Yes $$ &Nospatchbomb canceledsin_reply_to�<�>ssendingsemails)ZunitrHr_z
Message-IdzX-Mercurial-Series-IdZ	patchbombzIn-Reply-ToZ
ReferenceszMercurial-patchbomb/%sz
User-Agent)�	localtimeZDateZFromz, ZToZCcZBcczReply-Tosdisplaying s ...
)Zmangle_from_)�mboxssending )�item)FN)Grr�r
rmr4Zvalidateconfigr	ZAbortrrZcheck_at_most_one_argrFZ
_bookmarksrZbookmarkrevsrZrevranger�r!r"�debugrZpeerZ	RepoErrorr5Zcapable�knownr�r)r;�setrZ	parsedateZmakedater0�usernameZ	strkwargsr��copyrdr�r�Z
configbool�boolr>Zpromptchoicerrjr`rW�eutilZ	parseaddrZ
addressencodeZmakeprogress�	TypeErrorr�version�decodeZ
formatdater�Zpager�	GeneratorZflatten�IOError�errnoZEPIPEZconnect�updater<r?Zcomplete)0r!r r|r6r��dater�Zoutgoingr@Zbookmarkr�r%Z
publicpeerrBr��missingrGr�rsZmissingrevsZrevhintr�r�r�ZstroptsZ
bundledataZ
bundleoptsr�r��toZccZbccZreplytoZconfirmr��mrvrr�parentZsender_addrZsendmailZ
firstpatchZprogressr��	generator�inst�fpZalldestsr&)rmr6r r�r�r!r'�emailms^








���

�


�
�
��

�


�
r�)Nr/)N)N)E�__doc__Z
__future__rZemail.encodersZencodersr�Zemail.mime.baseZmime�baser�Zemail.mime.multipartZ	multipartrfZemail.utilsZutilsr�r�r�r�Zmercurial.i18nrZmercurial.pycompatrZmercurial.noderZ	mercurialrrrr	r
rrr
rrrrrrZmercurial.utilsrrr<ZcmdtableZcommandZconfigtableZ
configitemZ
testedwithr(r*r.r0r7rDrLrwr�r�r�r�r�r�r�r�Z	emailoptsZ
remoteoptsZCATEGORY_IMPORT_EXPORTr�r&r&r&r'�<module>s�B@

����������

�
d!
/	��������?������
����8�9�:�?

Youez - 2016 - github.com/yon3zu
LinuXploit