HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: //usr/lib/python2.7/dist-packages/hgext/keyword.pyc

Xc	@@sdZddlmZddlZddlZddlZddlmZddlm	Z	ddl
mZmZm
Z
mZmZmZmZmZmZmZmZmZmZmZmZiZejeZdZdZd	Zd
Zidd6d
d6dd6dd6dd6Z ej!Z!e!ddZ"e!ddZ#e!ddZ$idd6dd6Z&dZ'dZ(d Z)d!e*fd"YZ+d#ejfd$YZ,d%Z-d&Z.ed'd(d)ded*fd+d,ded-ed.fged/d0e/d1Z0ed2ej1ed3d4e/d5Z2ed6d7d8ded9fd:d;ded<fd=d>ded?fgej1ed@d4e/dAZ3edBej1edCd4e/dDZ4dEZ5dFZ6dS(GsCexpand keywords in tracked files

This extension expands RCS/CVS-like or self-customized $Keywords$ in
tracked text files selected by your configuration.

Keywords are only expanded in local repositories and not stored in the
change history. The mechanism can be regarded as a convenience for the
current user or for archive distribution.

Keywords expand to the changeset data pertaining to the latest change
relative to the working directory parent of each file.

Configuration is done in the [keyword], [keywordset] and [keywordmaps]
sections of hgrc files.

Example::

    [keyword]
    # expand keywords in every python file except those matching "x*"
    **.py =
    x*    = ignore

    [keywordset]
    # prefer svn- over cvs-like default keywordmaps
    svn = True

.. note::

   The more specific you are in your filename patterns the less you
   lose speed in huge repositories.

For [keywordmaps] template mapping and expansion demonstration and
control run :hg:`kwdemo`. See :hg:`help templates` for a list of
available templates and filters.

Three additional date template filters are provided:

:``utcdate``:    "2006/09/18 15:13:13"
:``svnutcdate``: "2006-09-18 15:13:13Z"
:``svnisodate``: "2006-09-18 08:13:13 -700 (Mon, 18 Sep 2006)"

The default template mappings (view with :hg:`kwdemo -d`) can be
replaced with customized keywords and templates. Again, run
:hg:`kwdemo` to control the results of your configuration changes.

Before changing/disabling active keywords, you must run :hg:`kwshrink`
to avoid storing expanded keywords in the change history.

To force expansion after enabling it, or a configuration change, run
:hg:`kwexpand`.

Expansions spanning more than one line and incremental expansions,
like CVS' $Log$, are not supported. A keyword template map "Log =
{desc}" expands to the first line of the changeset description.
i(tabsolute_importN(t_(twebcommands(tcmdutiltcommandstcontexttdispatchterrort
extensionstfilelogt	localrepotmatchtpatchtpathutilt	registrartscmutilttemplatefilterstutilsships-with-hg-coresgadd addremove annotate bundle export grep incoming init log outgoing push tip verify convert email glogsfmerge kwexpand kwshrink record qrecord resolve transplant unshelve rebase graft backout histedit fetchtrecords
green boldskwfiles.enabledscyan bold underlineskwfiles.deletedtgreenskwfiles.enabledunknowntboldskwfiles.ignoredtnoneskwfiles.ignoredunknowntutcdatecC@s#tjtj|ddfdS(sDDate. Returns a UTC-date in this format: "2009/08/18 11:00:13".
    is%Y/%m/%d %H:%M:%S(Rtdatestrt	parsedate(ttext((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRst
svnisodatecC@stj|dS(s]Date. Returns a date in this format: "2009-08-18 13:00:13
    +0200 (Tue, 18 Aug 2009)".
    s%%Y-%m-%d %H:%M:%S %1%2 (%a, %d %b %Y)(RR(R((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRst
svnutcdatecC@s#tjtj|ddfdS(sIDate. Returns a UTC-date in this format: "2009-08-18
    11:00:13Z".
    is%Y-%m-%d %H:%M:%SZ(RRR(R((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRst	templatertthgcmdcC@sidd6dd6}idd6dd6dd	6d
d6dd
6dd6idd6dd
6dd6dd6dd6f}|j||jdd|S(sBReturns default keywordmaps according to keywordset configuration.s{node|short}tRevisions
{author|user}tAuthors{date|utcdate}tDates{file|basename},vtRCSfiletRCSFiles{root}/{file},vtSources;{file|basename},v {node|short} {date|utcdate} {author|user}tIds9{root}/{file},v {node|short} {date|utcdate} {author|user}tHeaders{date|svnisodate}s>{file|basename},v {node|short} {date|svnutcdate} {author|user}tLastChangedRevisiont
LastChangedBytLastChangedDatet
keywordsettsvn(tupdatet
configbool(tuit	templatestkwsets((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt_defaultkwmapss$

cC@s
|d|S(slHelper for keyword expansion removal in text.
    Depending on subfunc also returns number of substitutions.s$\1$((Rtsubfunc((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt_shrinktextscC@sZg|jD]}||kr
|^q
}g|jD]}||kr2|^q2}||fS(sRetrieves modified and added files from a working directory state
    and returns the subset of each contained in given changed files
    retrieved from a change context.(tmodifiedtadded(twstatustchangedtfR4R5((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt
_preselects((tkwtemplatercB@seZdZdZejdZejdZejdZdZ	dZ
dZdZe
d	Zd
ZdZdZRS(
sr
    Sets up keyword templates, corresponding keyword regex, and
    provides keyword substitution functions.
    cC@s||_||_tj|jdg|||_tdtjk|_t|_	|jj
d}|rt||_nt
|j|_dS(NRRtkeywordmaps(R.trepoRtroottkwtoolst
restrictedtsplittrestricttFalset
postcommittconfigitemstdictR/R1(tselfR.R<tinctexctkwmaps((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt__init__s		!	cC@s"djttj|jjS(s+Returns bar-separated and escaped keywords.t|(tjointmaptretescapeR/tkeys(RF((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyROscC@stjd|jS(s&Returns regex for unexpanded keywords.s\$(%s)\$(RNtcompileRO(RF((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytrekwscC@stjd|jS(s$Returns regex for expanded keywords.s\$(%s): [^$\n\r]*? \$(RNRQRO(RF((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytrekwexpsc@s"fd}|||S(s1Replaces keywords in data with expanded template.c@s|jd}tjjjtdj|dt}jj|j	djj
dtjjj
}d||fS(NiRR=tfiles	$%s: %s $(tgroupRtchangeset_templaterR.R<RBtNoneR/t
pushbuffertshowR=Rt	firstlinet	popbuffer(tmobjtkwtcttekw(tctxtpathRF(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkwsubs
((RFtdataRaR`R2Rb((R`RaRFs1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt
substitutescC@s|jj|d|jS(s4Similar to filelog.linkrev, but returns a changectx.tfileid(R<tfilectxt	changectx(RFRaRe((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytlinkctxscC@s[|jrW|j|rWtj|rW|j||}|j||||jjS|S(s$Returns data with keywords expanded.(RARRtbinaryRhRdRRtsub(RFRatnodeRcR`((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytexpands)cC@s;g|D]0}|j|rd|j|kr|^qS(skReturns subset of candidates which are configured for keyword
        expansion but are not symbolic links.tl(Rtflags(RFtcandR`R8((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytiskwfilescC@s|js|s|jr-|j||}n|s7dS|joC|}|js[|rj|rj|j}n|jsy|r|j}n	|j}|rtd}	ntd}	x|D]}
|jr|jj|
j	||
}n|jj
|
}tj|rqn|r|j
}|r?|j|
||
}ng|jrt|dkrxI|D]>}
|
|
kra|
|
j||
ra|
|
j}PqaqaWn|j||
||j\}}n3|jr|j|}nt||j\}}|r|jj|	|
|jj|
ddt}|j||j|re|jjj|
q|jr|jjj|
qqqWdS(s7Overwrites selected files expanding/shrinking keywords.Ns"overwriting %s expanding keywords
s"overwriting %s shrinking keywords
itwbt
atomictemp(RARCRptmanifestRRRSRR<RTtreadtwreadRRitparentsRhtlentcmpRgRdtsubntsearchR3R.tnotetwvfstTruetwritetclosetdirstatetnormaltnormallookup(RFR`t
candidatestlookupRlRRtkwcmdtmftre_kwtmsgR8RcRvtptfoundtfp((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt	overwritesR	
	"
$$	

	cC@s6|j|r2tj|r2t||jjS|S(s4Returns text with all keyword substitutions removed.(RRRiR3RSRj(RFtfnameR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytshrink>scC@sP|j|rLdj|}tj|sLt||jjjtSn|S(s1Returns lines with keyword substitutions removed.R(	RRLRRiR3RSRjt
splitlinesR}(RFRtlinesR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytshrinklinesDs
cC@s|jr|j||S|S(s]If in restricted mode returns data read from wdir with
        keyword substitutions removed.(RAR(RFRRc((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRuLs	(t__name__t
__module__t__doc__RJRt
propertycacheRORRRSRdRhRlRpRBRRRRu(((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyR:s	
				3		t	kwfilelogcB@s8eZdZdZdZdddZdZRS(s
    Subclass of filelog to hook into its read, add, cmp methods.
    Keywords are "stored" unexpanded, and processed on reading.
    cC@s/tt|j||||_||_dS(N(tsuperRRJtkwtRa(RFtopenerRRa((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRJXs	cC@sDtt|j|}|j|r+|S|jj|j||S(s&Expands keywords when reading filelog.(RRRttrenamedRRlRa(RFRkRc((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRt]scC@s=|jj|j|}tt|j||||||S(s5Removes keyword substitutions when adding to filelog.(RRRaRRtadd(RFRtmetattrtlinktp1tp2((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRdscC@s1|jj|j|}tt|j||S(s-Removes keyword substitutions for comparison.(RRRaRRRx(RFRkR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRxisN(RRRRJRtRWRRx(((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRSs
		cO@s|rI|jdtj|||dtd|jdpE|jdS|jdrptjtdntjtddS(	s\Bails out if [keyword] configuration is not active.
    Returns status of working directory.Rtcleantunknowntalltkeywords[keyword] patterns cannot matchs no [keyword] patterns configuredN(	tstatusRRR}tgetRDRtAbortR(R.R<twctxRtpatstopts((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt_statusns$cO@s|d}t|jdkr:tjtdntd}|jut||||||}|j	s|j
s|js|jrtjtdn|j
||jt|WdQXdS(s7Selects files and passes them to kwtemplater.overwrite.isoutstanding uncommitted mergeRsoutstanding uncommitted changesN(RWRwRvRRRR>twlockRR4R5tremovedtdeletedRRR}(R.R<RlRRRRR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt	_kwfwritexs


$tkwdemotdtdefaults"show default keyword template mapsR8trcfilesread maps from rcfiletFILEs+hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...toptionalrepoc@safd}d}tjdd}jtd||dkrS}n	|j}tj||t}j	d|ddj
dd}j	dd|djd	}	|s|jd
rj
td|	rj
tdn|jd
s|	rJ|r4j
tdqJj
tdn|jd
rrj|jd
n|rddj|}
|jjd|
j|jdntjd	}n|jd
rk|rj
tdnj
tdt}|	rj
tdx3|jD]"\}}
j	d	||
dq?Wqn4j
td|	rt|	}nt}tt|jd|djd|djd|d	|jddjt|jd}|jj|||dj|gjtd|j||j|jjdWdQXx^jdD]M\}}|jdd d!jd"d#kr|j j	d|ddqqWtd$}jd%||j!d&|j
td'j|j"||jj#|j$dS((sprint [keywordmaps] configuration and an expansion example

    Show current, custom, or default keyword template maps and their
    expansions.

    Extend the current configuration by specifying maps as arguments
    and using -f/--rcfile to source an external hgrc file.

    Use -d/--default to disable current configuration.

    See :hg:`help templates` for information on templates and filters.
    c@sIjd|x1t|D]#\}}jd||fqWdS(Ns[%s]
s%s = %s
(R~tsorted(tsectiontitemstktv(R.(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt	demoitemsssdemo.txtRskwdemo.s$creating temporary repository at %s
RR*R+R;Rs3
	configuration using custom keyword template maps
s!	extending current template maps
Rs#	overriding default svn keywordset
s#	overriding default cvs keywordset
s[keywordmaps]
%s
s
thgrcs-
	configuration using default svn keywordset
s-
	configuration using default cvs keywordset
s!	disabling current template maps
s4
	configuration using current keyword template maps
s[extensions]
keyword =
t$s$
$s$
s
keywords written to %s:
t
demobranchNthookst.iitcommitis.hg keyword configuration and expansion exampleshg ci -m '%s'
Rs
	keywords expanded
(%ttempfiletmkdtempR{RRWtbaseuiR
tlocalrepositoryR}t	setconfigR-RDRRt
readconfigRLtvfsR~RER1t	iteritemstuisetupt	reposetupRRPR|RRRt	setbranchR@tfindR.RRutrmtreeR=(R.R<targsRRtfnttmpdirRR+tuikwmapstrcmapsRIRRtkeywordstnametcmdR((R.s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytdemos|		 


#

% tkwexpands!hg kwexpand [OPTION]... [FILE]...t	inferrepocO@st||t||dS(sexpand keywords in the working directory

    Run after (re)enabling keyword expansion.

    kwexpand refuses to run if given files contain local changes.
    N(RR}(R.R<RR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRlstkwfilestARs&show keyword status flags of all filestitignores"show files excluded from expansiontuRs%only show unknown (not tracked) filess hg kwfiles [OPTION]... [FILE]...c	O@sItd}|d}t||||||}|rD|j}nd}g}|jdso|jdrt|j|j|j}n|j	||}	|j	|j
|}
|j	|j|}|jds|jdr|	|
|f}ngggf}|jds)|jdr}|g|D]}
|
|	kr3|
^q3g|jD]}
|
|krX|
^qXf7}ndj}t
|d|}|jd|}d	}|jds|jrd
}nxd|D]\\}}}d|}x@|D]8}
|j|jd|||j|
|d
|qWqW|jdS(sshow files configured for keyword expansion

    List which files in the working directory are matched by the
    [keyword] configuration patterns.

    Useful to prevent inadvertent keyword expansion and to speed up
    execution by including only files that are actual candidates for
    expansion.

    See :hg:`help keyword` on how to construct patterns both for
    inclusion and exclusion of files.

    With -A/--all and -v/--verbose the codes used to show the status
    of files are::

      K = keyword expansion candidate
      k = keyword expansion candidate (not tracked)
      I = ignored
      i = ignored (not tracked)
    RRRRRs5enabled deleted enabledunknown ignored ignoredunknownsK!kIiRs%.0s%s
s%s %s
skwfiles.s
kwstatus pathtlabelN(R>RWRtgetcwdRRR4R5RRpRRR@tzipt	formattertverboset	startitemR~tpathtotend(R.R<RRRRRtcwdtfilesRt	kwdeletedt	kwunknownt	showfilesR8tkwlabelstkwstatestfmtfmttkwstatetchart	filenamesR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRs>

 %/	


!tkwshrinks!hg kwshrink [OPTION]... [FILE]...cO@st||t||dS(srevert expanded keywords in the working directory

    Must be run before changing/disabling active keywords.

    kwshrink refuses to run if given files contain local changes.
    N(RRB(R.R<RR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyR/scC@s d}tjtd|dS(s8 Monkeypatches dispatch._parse to retrieve user command.cS@s;|||\}}}}}|td<|||||fS(s9Monkeypatch dispatch._parse to obtain running hg command.R(R>(torigR.RRtfunctoptionst
cmdoptions((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkwdispatch_parseAs
t_parseN(RtwrapfunctionR(R.R((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyR>s	c@s)yU|jsPtdtjksPdtj|jksP|jjdrTdSWnt	k
rhnXgdg}}xF|j
dD]5\}}|dkr|j|q|j|qW|sdSt||||td<d	|j
ffd
Ydfd}fd}fd
}fd}	tfd}
fd}fd}tjtjd|tjtjd|tjtd|tjtd|	tjtd|
tjtd|x'djD]}
tjt|
|qW|_
dS(sSets up repo as kwrepo for keyword substitution.
    Overrides file method to return kwfilelog instead of filelog
    if file matches user configuration.
    Wraps commit to overwrite configured files with updated
    keyword substitutions.
    Monkeypatches patch and webcommands.Rs.hgsbundle:Ns.hg*RRRtkwrepoc@seeZfdZfdZfdZefdZeefdZRS(c@s0|ddkr|d}nt|j|S(Nit/i(Rtsvfs(RFR8(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRTes
c@s(t|j|}j||S(N(RRu(RFtfilenameRc(RR(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRujsc@s7|j|_zt|j||SWd|`XdS(N(tkwcommitctxt	commitctxRR(RFRR(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRnsc@svt|j||}jsrj}t_j||t|j|jt	t|_n|S(N(
RRRCRAR}RRR5R4RB(RFR`RtnRA(RR(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRws			&
c
@s|j}j}z|s1|dj}nt|j||}|s|d}t|j|\}}	t_j||t	t	j||	t	tn|SWd|_|j
XdS(NR(RRARRtrollbackR9RRBRR}trelease(
RFtdryruntforceRtorigrestrictR7tretR`R4R5(RR(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRs	
		(RRRTRuRRBRR((RR(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRds
	c@s8|||||||j|j|j|_dS(sxMonkeypatch/wrap patch.patchfile.__init__ to avoid
        rejects or conflicts due to expanded keywords in working dir.N(RRR(RRFR.tgptbackendtstoreteolmode(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkwpatchfile_initsc@st_|||S(s*Monkeypatch patch.diff to avoid expansion.(R}RA(RRtkwargs(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkwdiffs	c@stj_||||S(s2Wraps webcommands.x turning off keyword expansion.(RtneverR(Rtwebtreqttmpl(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt
kwweb_skipsc
@s|j}t_||||||||}||jkr||}	t_j|	|	jttt_n|SWdQXdS(s3Wraps cmdutil.amend expanding keywords after amend.N(RR}RCRkRARRRB(
RR.R<t
commitfunctoldtextraRRtnewidR`(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkw_amends
	
	c	
@sj||||||jdr6dSdjfd}gjjD]-}dj|krt||rt|^qt}j|ttWdQXdS(sWraps cmdutil.copy so that copy/rename destinations do not
        contain expanded keywords.
        Note that the source of a regular file destination may also be a
        symlink:
        hg cp sym x                -> x is symlink
        cp sym x; hg cp -A sym x   -> x is file (maybe expanded keywords)
        For the latter we have to follow the symlink to find out whether its
        target is configured for expansion and we therefore must unexpand the
        keywords in the destination.tdry_runNc@s[jj|}dj|krNtjjtjj|}nj	|S(sReturns true if dest is a regular file and configured for
                expansion or a symlink which points to a file configured for
                expansion. Rm(
RtcopiedRnR
t	canonpathR=tosRatrealpathR(tdesttsource(RRR<R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pythaskwsources
Rm(	RRRWRRtcopiesRnRRB(	RR.R<RRtrenameR R8R(R(RR<Rs1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkw_copys



-c
@s|jt_|d}|j}||||||}|d}	||	krt||	j\}
}t_j|	|
ttj|	|tttt_n|SWdQXdS(s9Wraps record.dorecord expanding keywords after recording.RN(	RR}RCRR9RRBRAR(RR.R<RRRR`R6RtrecctxR4R5(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkw_dorecords
	

	c@s|jdkr^|jjsvj|jrBd|jksv|jd|jksv|j|jkr|jj	|j|j
StS(NRmi(t	_filenodeRWt_repot_encodefilterpatsRRaRntsizet_filelogRxRcR}(RRFtfctx(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt
kwfilectx_cmps'RxRJtdifftamendtcopytdorecords$annotate changeset rev filediff diff(tlocalR>tnokwcommandsR@Rt	splitpathR=t_urlt
startswithtAttributeErrorRDtappendR:t	__class__RWRBRRRRfRt	patchfileRR(R.R<RGRHtpattoptRRRRR#R%R,tc((RRs1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRIs@#
"1(7Rt
__future__RRRNRtmercurial.i18nRtmercurial.hgwebRt	mercurialRRRRRRR	R
RRR
RRRRtcmdtabletcommandt
testedwithR2R?trecordextensionst
colortablettemplatefilterRRRRWR>R1R3R9tobjectR:RRRR}RtwalkoptsRlRRRR(((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt<module>Ssld
					
		Z8