Qc @sdZddlmZmZmZmZmZmZddlmZm Z m Z m Z m Z m Z ddlmZddlmZddlmZddlZddlZddlZddlZejd7_ejd 7_iZejeZd Zd Zd Zd Zidd6dd6dd6dd6dd6ZdZ dZ!dZ"e j#j$ie d6e!d6e"d6idd6dd 6Z&d!Z'd"Z(d#Z)d$e*fd%YZ+d&ejfd'YZ,d(Z-d)Z.ed*d+d,ded-fd.d/ded0ed1fged2d3Z/ed4ej0ed5d6Z1ed7d8d9ded:fd;d<ded=fd>d?ded@fgej0edAdBZ2edCej0edDdEZ3dFZ4dGZ5dS(HsBexpand 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(tscmutil(t webcommands(t_Ns kwdemos kwexpand kwfiles kwshrinktinternalsgadd addremove annotate bundle export grep incoming init log outgoing push tip verify convert email glogs9merge kwexpand kwshrink record qrecord resolve transplanttrecords 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(R tdatestrt parsedate(ttext((s1/sys/lib/python2.7/site-packages/hgext/keyword.pytutcdatevscCstj|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)(R R(R((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyt svnisodate{scCs#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(R RR(R((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyt svnutcdatesRRRR tthgcmdcCsidd6dd6}idd6dd6dd 6d d 6d 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/sys/lib/python2.7/site-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/sys/lib/python2.7/site-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/sys/lib/python2.7/site-packages/hgext/keyword.pyt _preselects%%t kwtemplatercBseZdZdZejdZejdZejdZdZ dZ dZ dZ e d Zd Zd Zd ZRS( sr Sets up keyword templates, corresponding keyword regex, and provides keyword substitution functions. cCs||_||_tj|jdg|||_tdtjk|_t|_ |jj d}|rt d|D|_ nt |j|_ dS(NRRt keywordmapscss-|]#\}}|tj|tfVqdS(N(R t parsestringtFalse(t.0tktv((s1/sys/lib/python2.7/site-packages/hgext/keyword.pys s(R+trepoRtroottkwtoolst restrictedtsplittrestrictR:t postcommitt configitemstdictR,R.(tselfR+R>tinctexctkwmaps((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyt__init__s  !  cCs"djttj|jjS(s+Returns bar-separated and escaped keywords.t|(tjointmaptretescapeR,tkeys(RG((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyRPscCstjd|jS(s&Returns regex for unexpanded keywords.s\$(%s)\$(ROtcompileRP(RG((s1/sys/lib/python2.7/site-packages/hgext/keyword.pytrekwscCstjd|jS(s$Returns regex for expanded keywords.s\$(%s): [^$\n\r]*? \$(RORRRP(RG((s1/sys/lib/python2.7/site-packages/hgext/keyword.pytrekwexpscs"fd}|||S(s1Replaces keywords in data with expanded template.cs|jd}tjjjtddt}|jj|jj |j djj dt j jj}d||fS(NiRR?tfiles $%s: %s $(tgroupRtchangeset_templaterR+R>R:tNonet use_templateR,t pushbuffertshowR?R t firstlinet popbuffer(tmobjtkwtcttekw(tctxtpathRG(s1/sys/lib/python2.7/site-packages/hgext/keyword.pytkwsubs ((RGtdataRcRbR/Rd((RbRcRGs1/sys/lib/python2.7/site-packages/hgext/keyword.pyt substitutes cCs|jj|d|jS(s4Similar to filelog.linkrev, but returns a changectx.tfileid(R>tfilectxt changectx(RGRcRg((s1/sys/lib/python2.7/site-packages/hgext/keyword.pytlinkctxscCs[|j rW|j|rWtj| rW|j||}|j||||jjS|S(s$Returns data with keywords expanded.(RCRR tbinaryRjRfRStsub(RGRctnodeReRb((s1/sys/lib/python2.7/site-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(RGtcandRbR5((s1/sys/lib/python2.7/site-packages/hgext/keyword.pytiskwfilesc Cs|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 | } t j | 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(RCRDRrtmanifestRSRTRR>RUtreadtwreadR RkRjRftsubntsearchR0R+tnotetwopenertTruetwritetclosetdirstatetnormalt normallookup(RGRbt candidatestlookupRnRStkwcmdtmftre_kwtmsgR5Retfoundtfp((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyt overwritesF     "$    cCs6|j|r2tj| r2t||jjS|S(s4Returns text with all keyword substitutions removed.(RR RkR0RTRl(RGtfnameR((s1/sys/lib/python2.7/site-packages/hgext/keyword.pytshrinkscCsP|j|rLdj|}tj|sLt||jjjtSn|S(s1Returns lines with keyword substitutions removed.R( RRMR RkR0RTRlt splitlinesR|(RGRtlinesR((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyt shrinklines%s cCs|jr|j||S|S(s]If in restricted mode returns data read from wdir with keyword substitutions removed.(RCR(RGRRe((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyRw-s (t__name__t __module__t__doc__RKR t propertycacheRPRSRTRfRjRnRrR:RRRRw(((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyR7s     *  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(tsuperRRKtkwtRc(RGtopenerRRc((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyRK9s cCsDtt|j|}|j|r+|S|jj|j||S(s&Expands keywords when reading filelog.(RRRvtrenamedRRnRc(RGRmRe((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyRv>scCs=|jj|j|}tt|j||||||S(s5Removes keyword substitutions when adding to filelog.(RRRcRRtadd(RGRtmetattrtlinktp1tp2((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyREscCs1|jj|j|}tt|j||S(s-Removes keyword substitutions for comparison.(RRRcRRtcmp(RGRmR((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyRJsN(RRRRKRvRXRR(((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyR4s   c Os|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|tgetRER tAbortR(R+R>twctxRtpatstopts((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyt_statusOs $cOs|d}t|jdkr:tjtdntd}|j}zt||||||}|\} } } } } }}| s| s| s| rtjtdn|j ||t |Wd|j XdS(s7Selects files and passes them to kwtemplater.overwrite.isoutstanding uncommitted mergeR soutstanding uncommitted changesN( RXtlentparentsR RRR@twlockRRR|trelease(R+R>RnRRRRRRR3R4tremovedtdeletedRtignoredR((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyt _kwfwriteYs   tkwdemotdtdefaults"show default keyword template mapsR5trcfilesread maps from rcfiletFILEs+hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...csNfd}d}tjdd}jtd|tj|j|t}jd|dj dd}jdd|j d }|s|j d rj td |rj td n|j d s| r)|rj tdq)j tdn|j d rQj |j d n|rdgg|D]} | d^qd} |jdd} | j| | jj |jdntj d } n|j d rn|rj tdnj tdt} |rj tdx0| jD]\} }jd | |qEWqn4j td|rt|} n t} tt|jd|dj d|dj d|d | jddjt| jd}|jj|||d)j|gjtd|j||jjdx[j dD]J\}}|jdd d!j d"d#kr|j!jd|dqqWtd$}jd%||j"d&|j td'j|j#|t$j%|d(td)S(*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/sys/lib/python2.7/site-packages/hgext/keyword.pyt demoitems{ssdemo.txtRskwdemo.s$creating temporary repository at %s RR'R(R8Rs3 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 demobranchthookst.iitcommitis.hg keyword configuration and expansion exampleshg ci -m '%s' Rs keywords expanded t ignore_errorsN(&ttempfiletmkdtempRzRRtlocalrepositorytbaseuiR|t setconfigR*RERRt readconfigRt writelinesR~RMRFR.t iteritemstuisetupt reposetupR}RRQR{RXRRt setbranchRBtfindR+RRwtshutiltrmtree(R+R>targsRRtfnttmpdirR(tuikwmapstatrcmapsRRJR<R=tkeywordstnametcmdR((R+s1/sys/lib/python2.7/site-packages/hgext/keyword.pytdemoisx$       # % tkwexpands!hg kwexpand [OPTION]... [FILE]...cOst||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/sys/lib/python2.7/site-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]...cOsOtd}|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(R@RXRtgetcwdRRRrRBtzipt formattertverboset startitemR}tpathtotend(R+R>RRRRRtcwdR3R4RRRRRtfilesRt kwdeletedt kwunknownt showfilesR5tkwlabelstkwstatestfmtfmttkwstatetchart filenamesR((s1/sys/lib/python2.7/site-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/sys/lib/python2.7/site-packages/hgext/keyword.pyR s cCs d}tjtd|dS(s8 Monkeypatches dispatch._parse to retrieve user command.cSs;|||\}}}}}|td<|||||fS(s9Monkeypatch dispatch._parse to obtain running hg command.R(R@(torigR+RRtfunctoptionst cmdoptions((s1/sys/lib/python2.7/site-packages/hgext/keyword.pytkwdispatch_parses t_parseN(Rt wrapfunctionR(R+R((s1/sys/lib/python2.7/site-packages/hgext/keyword.pyRs c syyU|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(RGR5(R(s1/sys/lib/python2.7/site-packages/hgext/keyword.pyRU=s cs(t|j|}j||S(N(RRw(RGtfilenameRe(RR(s1/sys/lib/python2.7/site-packages/hgext/keyword.pyRwBscs7|j|_zt|j||SWd|`XdS(N(t kwcommitctxt commitctxRR(RGRR(R(s1/sys/lib/python2.7/site-packages/hgext/keyword.pyRFs csvt|j||}jsrj}t_j||t|j|jt t|_n|S(N( RRRDRCR|RRR4R3R:(RGRbterrortnRC(RR(s1/sys/lib/python2.7/site-packages/hgext/keyword.pyROs   &  c s|j}z|s(|dj}nt|j||}|s|d}t|dj|\}}j||ttj||tt n|SWd|j XdS(NR( RRRtrollbackR6RXRRR|R:R( RGtdryruntforceRR2tretRbR3R4(RR(s1/sys/lib/python2.7/site-packages/hgext/keyword.pyRZs  (RRRURwRR:RR((RR(s1/sys/lib/python2.7/site-packages/hgext/keyword.pyR<s   cs8|||||||j|j|j|_dS(sxMonkeypatch/wrap patch.patchfile.__init__ to avoid rejects or conflicts due to expanded keywords in working dir.N(RRR(RRGR+tgptbackendtstoreteolmode(R(s1/sys/lib/python2.7/site-packages/hgext/keyword.pytkwpatchfile_initjsRcs%t_||||||||S(s*Monkeypatch patch.diff to avoid expansion.(R|RC(RR>tnode1tnode2RtchangesRtprefix(R(s1/sys/lib/python2.7/site-packages/hgext/keyword.pytkw_diffqs cstj_||||S(s2Wraps webcommands.x turning off keyword expansion.(R tneverR(Rtwebtreqttmpl(R(s1/sys/lib/python2.7/site-packages/hgext/keyword.pyt kwweb_skipws c s|j}z|t_||||||||} | |jkr|| } t_j| | jttt_n| SWd|jXdS(s3Wraps cmdutil.amend expanding keywords after amend.N( RR|RDRmRCRRR:R( RR+R>t commitfunctoldtextraRRRtnewidRb(R(s1/sys/lib/python2.7/site-packages/hgext/keyword.pytkw_amend|s     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/sys/lib/python2.7/site-packages/hgext/keyword.pyt haskwsources Ro( RRRXRRtcopiesRpRR:R( RR+R>RRtrenameRR%R5R(R(RR>Rs1/sys/lib/python2.7/site-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|RDRXRR6RR:RCRR( RR+R>RRRRRbR1R trecctxR3R4(R(s1/sys/lib/python2.7/site-packages/hgext/keyword.pyt kw_dorecords       cs|jdkr^|jjsvj|jrBd|jksv|jd|jksv|j|jkr|jj |j |j St S(NRoi( t_filerevRXt_repot_encodefilterpatsRRcRptsizet_filelogRt _filenodeReR|(RRGtfctx(R(s1/sys/lib/python2.7/site-packages/hgext/keyword.pyt kwfilectx_cmps 'RRKtdifftamendtcopys$annotate changeset rev filediff difftdorecord(tlocalR@t nokwcommandsRBR t splitpathR?t_urlt startswithtAttributeErrorREtappendR7t __class__RXR:RRRRhRt patchfileRR trecordextensionsRtKeyError(R+R>RHRItpattoptRRRRR(R*R2tcRR((RRs1/sys/lib/python2.7/site-packages/hgext/keyword.pyR!sL#  ". "  (6Rt mercurialRRRRRRRRRR R R R tmercurial.hgwebR tmercurial.i18nRR!RORRt optionalrepot inferrepotcmdtabletcommandt testedwithR8RAR@t colortableRRRtfiltersR)RXR@R.R0R6tobjectR7RRRRtwalkoptsRnRRRR(((s1/sys/lib/python2.7/site-packages/hgext/keyword.pytRsb..0          W$ 6$