-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/lib/python2.7/dist-packages/hgext/
File Upload :
Current File : //usr/lib/python2.7/dist-packages/hgext/keyword.pyc


\,Tc	@sdZddlmZmZmZmZmZmZddlmZm	Z	m
Z
mZmZm
Z
ddlmZmZddlmZddlmZddlZddlZddlZddlZiZejeZdZd	Zd
ZdZidd
6dd6dd6dd6dd6ZdZdZ dZ!ej"j#ied6e d6e!d6idd6dd6Z%dZ&d Z'd!Z(d"e)fd#YZ*d$ejfd%YZ+d&Z,d'Z-ed(d)d*ded+fd,d-ded.ed/fged0d1e.d2Z/ed3ej0ed4d5e.d6Z1ed7d8d9ded:fd;d<ded=fd>d?ded@fgej0edAd5e.dBZ2edCej0edDd5e.dEZ3dFZ4dGZ5dS(HsCexpand 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(tcommandstcontexttcmdutiltdispatchtfilelogt
extensions(t	localrepotmatchtpatchttemplatefilterst	templatertutil(tscmutiltpathutil(twebcommands(t_Ntinternalsgadd 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.ignoredunknowncCs#tjtj|ddfdS(sN:utcdate: Date. 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.pytutcdateuscCstj|dS(sj:svnisodate: 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.pyt
svnisodatezscCs#tjtj|ddfdS(sV:svnutcdate: Date. 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.pyt
svnutcdatesRRRR
tthgcmdcCsidd6dd6}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$

cCs
|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_shrinktextscCsd|d \}}g|D]}||kr|^q}g|D]}||kr<|^q<}||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.i((twstatustchangedtmodifiedtaddedtf((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt
_preselects%%tkwtemplatercBseZdZdZejdZejdZejdZdZ	dZ
dZdZe
d	Zd
ZdZdZRS(
sr
    Sets up keyword templates, corresponding keyword regex, and
    provides keyword substitution functions.
    cCs||_||_tj|jdg|||_tdtjk|_t|_	|jj
d}|rtd|D|_nt
|j|_dS(NRRtkeywordmapscss-|]#\}}|tj|tfVqdS(N(R
tparsestringtFalse(t.0tktv((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pys	<genexpr>s(R,trepoRtroottkwtoolst
restrictedtsplittrestrictR;t
postcommittconfigitemstdictR-R/(tselfR,R?tinctexctkwmaps((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt__init__s		!		cCs"djttj|jjS(s+Returns bar-separated and escaped keywords.t|(tjointmaptretescapeR-tkeys(RH((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRQscCstjd|jS(s&Returns regex for unexpanded keywords.s\$(%s)\$(RPtcompileRQ(RH((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytrekwscCstjd|jS(s$Returns regex for expanded keywords.s\$(%s): [^$\n\r]*? \$(RPRSRQ(RH((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytrekwexpscs"fd}|||S(s1Replaces keywords in data with expanded template.cs|jd}tjjjtdj|dt}jj|j	djj
dtjjj
}d||fS(NiRR@tfiles	$%s: %s $(tgroupRtchangeset_templaterR,R?R;tNoneR-t
pushbuffertshowR@R	t	firstlinet	popbuffer(tmobjtkwtcttekw(tctxtpathRH(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkwsubs
((RHtdataRcRbR0Rd((RbRcRHs1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt
substitutescCs|jj|d|jS(s4Similar to filelog.linkrev, but returns a changectx.tfileid(R?tfilectxt	changectx(RHRcRg((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytlinkctxscCs[|jrW|j|rWtj|rW|j||}|j||||jjS|S(s$Returns data with keywords expanded.(RDRRtbinaryRjRfRTtsub(RHRctnodeReRb((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytexpands)cCs;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(RHtcandRbR6((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytiskwfilescCs|js|s|jr-|j||}n|s7dS|joC|}|js[|rj|rj|j}n|jsy|r|j}n	|j}|rtd}	ntd}	xf|D]^}
|jr|jj|
j	||
}n|jj
|
}tj|rqn|rW|r3|j
|
||
}n|j||
||j\}}n3|jrr|j|}nt||j\}}|r|jj|	|
|jj|
ddt}
|
j||
j|r|jjj|
q|jr|jjj|
qqqWdS(s7Overwrites selected files expanding/shrinking keywords.Ns"overwriting %s expanding keywords
s"overwriting %s shrinking keywords
twbt
atomictemp(RDRERrtmanifestRTRURR?RVtreadtwreadRRkRjRftsubntsearchR1R,tnotetwopenertTruetwritetclosetdirstatetnormaltnormallookup(RHRbt
candidatestlookupRnRTtkwcmdtmftre_kwtmsgR6Retfoundtfp((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt	overwritesF	
	"$	

	cCs6|j|r2tj|r2t||jjS|S(s4Returns text with all keyword substitutions removed.(RRRkR1RURl(RHtfnameR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytshrinkscCsP|j|rLdj|}tj|sLt||jjjtSn|S(s1Returns lines with keyword substitutions removed.R(	RRNRRkR1RURlt
splitlinesR|(RHRtlinesR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytshrinklines#s
cCs|jr|j||S|S(s]If in restricted mode returns data read from wdir with
        keyword substitutions removed.(RDR(RHRRe((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRw+s	(t__name__t
__module__t__doc__RLRt
propertycacheRQRTRURfRjRnRrR;RRRRw(((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyR8s					*		t	kwfilelogcBs8eZdZdZdZdddZdZRS(s
    Subclass of filelog to hook into its read, add, cmp methods.
    Keywords are "stored" unexpanded, and processed on reading.
    cCs/tt|j||||_||_dS(N(tsuperRRLtkwtRc(RHtopenerRRc((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRL7s	cCsDtt|j|}|j|r+|S|jj|j||S(s&Expands keywords when reading filelog.(RRRvtrenamedRRnRc(RHRmRe((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRv<scCs=|jj|j|}tt|j||||||S(s5Removes keyword substitutions when adding to filelog.(RRRcRRtadd(RHRtmetattrtlinktp1tp2((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRCscCs1|jj|j|}tt|j||S(s-Removes keyword substitutions for comparison.(RRRcRRtcmp(RHRmR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRHsN(RRRRLRvRYRR(((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyR2s
		cOs|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(	tstatusRRR|tgetRFRtAbortR(R,R?twctxRtpatstopts((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt_statusMs$cOs|d}t|jdkr:tjtdntd}|j}zt||||||}|\}	}
}}}
}}|	s|
s|s|rtjtdn|j	||t
|Wd|jXdS(s7Selects files and passes them to kwtemplater.overwrite.isoutstanding uncommitted mergeR
soutstanding uncommitted changesN(RYtlentparentsRRRRAtwlockRRR|trelease(R,R?RnRRRRRRR4R5tremovedtdeletedRtignoredR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt	_kwfwriteWs

tkwdemotdtdefaults"show default keyword template mapsR6trcfilesread maps from rcfiletFILEs+hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...toptionalrepocsxfd}d}tjdd}jtd|tj|j|t}jd|ddj	dd}jdd|dj
d	}|s|jd
rjtd|rjtdn|jd
s|r/|rjtdq/jtdn|jd
rWj
|jd
n|rdgg|D]}	|	d^qj}
|jdd}|j|
|jj
|jdntj
d	}n|jd
rw|rjtdnjtdt}|rjtdx3|jD]"\}
}jd	|
|dqKWqn4jtd|rt|}nt}tt|jd|dj
d|dj
d|d	|jddjt|jd}|jj|||dj|gjtd|j||j}z|jjdWd|j Xx^j
dD]M\}}|j!d d!d"j"d#d$kr|j#jd|ddqqWtd%}jd&||j$d'|jtd(j|j%|t&j'|d)tdS(*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.
    csIjd|x1t|D]#\}}jd||fqWdS(Ns[%s]
s%s = %s
(R}tsorted(tsectiontitemsR=R>(R,(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt	demoitemszssdemo.txtRskwdemo.s$creating temporary repository at %s
RR(R)R9Rs3
	configuration using custom keyword template maps
s!	extending current template maps
Rs#	overriding default svn keywordset
s#	overriding default cvs keywordset
s[keywordmaps]
s
thgrctws-
	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
t
ignore_errors((ttempfiletmkdtempRzRRtlocalrepositorytbaseuiR|t	setconfigR+RFRRt
readconfigRt
writelinesR~RNRGR/t	iteritemstuisetupt	reposetupR}RRRR{RYRRRt	setbranchRRCtfindR,RRwtshutiltrmtree(R,R?targsRRtfnttmpdirR)tuikwmapstatrcmapsRRKR=R>tkeywordsRtnametcmdR((R,s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytdemogs~$

 


#
% tkwexpands!hg kwexpand [OPTION]... [FILE]...t	inferrepocOst||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.pyRnstkwfilestARs&show keyword status flags of all filestitignores"show files excluded from expansiontuRs%only show unknown (not tracked) filess hg kwfiles [OPTION]... [FILE]...c	OsOtd}|d}t||||||}|rA|jpDd}|\}}	}
}}}
}g}|jds|jdrt||	|}n|j||}|j||}|j||}|jds|jdr|||f}ngggf}|jds2|jdr|g|D]}||kr<|^q<g|D]}||kr^|^q^f7}ndj}t|d|}|j	d|}d	}|jds|j
rd
}nxd|D]\\}}}d|}x@|D]8}|j|jd|||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)
    R
RRRRs5enabled deleted enabledunknown ignored ignoredunknownsK!kIiRs%.0s%s
s%s %s
skwfiles.s
kwstatus pathtlabelN(RARYRtgetcwdRRRrRCtzipt	formattertverboset	startitemR}tpathtotend(R,R?RRRRRtcwdR4R5RRRRRtfilesRt	kwdeletedt	kwunknownt	showfilesR6tkwlabelstkwstatestfmtfmttkwstatetchart	filenamesR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRs<

%,	


!tkwshrinks!hg kwshrink [OPTION]... [FILE]...cOst||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(RR;(R,R?RR((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRscCs d}tjtd|dS(s8 Monkeypatches dispatch._parse to retrieve user command.cSs;|||\}}}}}|td<|||||fS(s9Monkeypatch dispatch._parse to obtain running hg command.R(RA(torigR,RRtfunctoptionst
cmdoptions((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkwdispatch_parse#s
t_parseN(RtwrapfunctionR(R,R((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyR s	csyyU|jsPtdtjksPdtj|jksP|jjdrTdSWnt	k
rhnXgdg}}xF|j
dD]5\}}|dkr|j|q|j|qW|sdSt||||td<d	|j
ffd
Ydfd}ddddddfd
}fd}fd}	tfd}
fd}fd}tjtjd|tjtjd|tjtd|tjtd|	tjtd|
x'djD]}
tjt|
|qWxNtjD]@}y&tj|}tj|d|Wq(tk
rgq(Xq(W|_
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*RRR
tkwrepocseeZfdZfdZfdZefdZeefdZRS(cs0|ddkr|d}nt|j|S(Nit/i(Rtsopener(RHR6(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRVGs
cs(t|j|}j||S(N(RRw(RHtfilenameRe(RR(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRwLscs7|j|_zt|j||SWd|`XdS(N(tkwcommitctxt	commitctxRR(RHRR(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRPscsvt|j||}jsrj}t_j||t|j|jt	t|_n|S(N(
RRRERDR|RRR5R4R;(RHRbterrortnRD(RR(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRYs			&
c	s|j}z|s(|dj}nt|j||}|s|d}t|dj|\}}j||ttj||tt	n|SWd|j
XdS(NR(RRRtrollbackR7RYRRR|R;R(	RHtdryruntforceRR3tretRbR4R5(RR(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRds
(RRRVRwRR;RR((RR(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyRFs
	cs8|||||||j|j|j|_dS(sxMonkeypatch/wrap patch.patchfile.__init__ to avoid
        rejects or conflicts due to expanded keywords in working dir.N(RRR(RRHR,tgptbackendtstoreteolmode(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkwpatchfile_inittsRcs%t_||||||||S(s*Monkeypatch patch.diff to avoid expansion.(R|RD(RR?tnode1tnode2RtchangesRtprefix(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkw_diff{s	cstj_||||S(s2Wraps webcommands.x turning off keyword expansion.(RtneverR(Rtwebtreqttmpl(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt
kwweb_skipscs|j}z|t_||||||||}	|	|jkr||	}
t_j|
|
jttt_n|	SWd|jXdS(s3Wraps cmdutil.amend expanding keywords after amend.N(	RR|RERmRDRRR;R(RR,R?t
commitfunctoldtextraRRRtnewidRb(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkw_amends	
	c
sj}z||||||jdr8dSdjfd}gjjD]-}dj|krv||rv|^qv}	j|	ttWd|j	XdS(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_runNcs[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. Ro(
RtcopiedRpR
t	canonpathR@tosRctrealpathR(tdesttsource(RRR?R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pythaskwsources
Ro(
RRRYRRtcopiesRpRR;R(
RR,R?RRtrenameRR'R6R(R(RR?Rs1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkw_copys


-c
s|j}zt_|d}|dj}||||||}	|d}
||
krt||
j\}}t_j	|
|ttj	|
|tttt_n|	SWd|j
XdS(s9Wraps record.dorecord expanding keywords after recording.RN(RR|RERYRR7RR;RDRR(
RR,R?RRRRRbR2RtrecctxR4R5(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pytkw_dorecords	

	cs|jdkr^|jjsvj|jrBd|jksv|jd|jksv|j|jkr|jj	|j
|jStS(NRoi(
t_filerevRYt_repot_encodefilterpatsRRcRptsizet_filelogRt	_filenodeReR|(RRHtfctx(R(s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt
kwfilectx_cmps'RRLtdifftamendtcopys$annotate changeset rev filediff difftdorecord(tlocalRAtnokwcommandsRCRt	splitpathR@t_urlt
startswithtAttributeErrorRFtappendR8t	__class__RYR;RRRRhRt	patchfileRRtrecordextensionsRtKeyError(R,R?RIRJtpattoptRRRRR*R,R4tcRR((RRs1/usr/lib/python2.7/dist-packages/hgext/keyword.pyR+sL#
"."
(6Rt	mercurialRRRRRRRRRR	R
RRR
tmercurial.hgwebRtmercurial.i18nRR#RPRRtcmdtabletcommandt
testedwithR:RBRBt
colortableRRRtfiltersR*RYRAR/R1R7tobjectR8RRRR|RtwalkoptsRnRRRR(((s1/usr/lib/python2.7/dist-packages/hgext/keyword.pyt<module>Ssn..0
						
~	
		[6	

Copyright © 2017 || Recoded By Mr.Bumblebee