\x89\x50\x4E\x47\x0D\x0A\x1A\x0A PNG  \x89\x50\x4E\x47\x0D\x0A\x1A\x0A  13\c @@s`dZddlmZddlZddlmZddlmZmZm Z m Z m Z m Z m Z mZiZe jeZdZeddd ded fd d ded fdddedfgeddejdedeeedZedgddejdZdZdZdZdZdZdZdS(sfshare a common history between several working directories Automatic Pooled Storage for Clones ----------------------------------- When this extension is active, :hg:`clone` can be configured to automatically share/pool storage across multiple clones. This mode effectively converts :hg:`clone` to :hg:`clone` + :hg:`share`. The benefit of using this mode is the automatic management of store paths and intelligent pooling of related repositories. The following ``share.`` config options influence this feature: ``share.pool`` Filesystem path where shared repository data will be stored. When defined, :hg:`clone` will automatically use shared repository storage instead of creating a store inside each clone. ``share.poolnaming`` How directory names in ``share.pool`` are constructed. "identity" means the name is derived from the first changeset in the repository. In this mode, different remotes share storage if their root/initial changeset is identical. In this mode, the local shared repository is an aggregate of all encountered remote repositories. "remote" means the name is derived from the source repository's path or URL. In this mode, storage is only shared if the path or URL requested in the :hg:`clone` command matches exactly to a repository that was cloned before. The default naming mode is "identity". i(tabsolute_importN(t_(t bookmarkstcommandsterrort extensionsthgt registrarttxnutiltutilsships-with-hg-coretsharetUtnoupdates!do not create a working directorytBRsalso share bookmarksttrelatives4point to source using a relative path (EXPERIMENTAL)s[-U] [-B] SOURCE [DEST]t helpcategorytnorepoc C@s-tj||d|d| d|d|dS(screate a new shared repository Initialize a new repository and working directory that shares its history (and optionally bookmarks) with another repository. .. note:: using rollback or extensions that destroy/modify history (mq, rebase, etc.) can cause considerable confusion with shared clones. In particular, if two shared clones are both updated to the same changeset, and one of them destroys that changeset with rollback, the other clone will suddenly stop working: all operations will fail with "abort: working directory has unknown parent". The only known workaround is to use debugsetparents on the broken clone to reset it to a changeset that still exists. tdesttupdateRRi(RR (tuitsourceRR RR((s1/usr/lib64/python2.7/site-packages/hgext/share.pyR ?s tunsharecC@s8|js$tjtdntj||dS(suconvert a shared repository to a normal one Copy the store data to the repo and remove the sharedpath data. sthis is not a shared repoN(tsharedRtAbortRRR(Rtrepo((s1/usr/lib64/python2.7/site-packages/hgext/share.pyR_s cO@sa|jdd}|r*tj|}ni|d6|jddd6|d<|||||S(NR tpoolt poolnamingtmodet shareopts(tconfigR t expandpath(torigRRtargstoptsR((s1/usr/lib64/python2.7/site-packages/hgext/share.pytclonelscC@sYtjtdttjtjdttjtjdttjtj dt dS(Nt _getbkfilet _recordchanget _writerepoR#( Rt wrapfunctionRt getbkfiletbmstoret recordchanget writerepot wrapcommandRttableR#(R((s1/usr/lib64/python2.7/site-packages/hgext/share.pytextsetupxscC@sXy|jjdj}Wn,tk rJ}|jtjkrFntSXtj|kS(s.Returns whether this repo has shared bookmarksR( tvfstreadt splitlinestIOErrorterrnotENOENTtFalseRtsharedbookmarks(RRtinst((s1/usr/lib64/python2.7/site-packages/hgext/share.pyt_hassharedbookmarks~scC@st|rtj|}|dk ry9tj|j|jd\}}|rU|S|jWn+t k r}|j t j krqnX|}qn||S(NR( R8RtsharedreposourcetNoneRt trypendingtrootR/tcloseR2R3R4(R RtsrcrepotfptpendingR7((s1/usr/lib64/python2.7/site-packages/hgext/share.pyR(s    c@sf||tjrbtjjdk rbd}|j|fdqbndS(Nsshare-bookmarksc@s jS(N(R&(ttr(tselfR>(s1/usr/lib64/python2.7/site-packages/hgext/share.pyts(R8t_repoRR9R:t addpostclose(R RBRAtcategory((RBR>s1/usr/lib64/python2.7/site-packages/hgext/share.pyR*s   cC@sQ|||t|jrMtj|j}|dk rM|||qMndS(N(R8RDRR9R:(R RBRR>((s1/usr/lib64/python2.7/site-packages/hgext/share.pyR+s   (t__doc__t __future__RR3tmercurial.i18nRt mercurialRRRRRRRR tcmdtabletcommandt testedwithR:tCATEGORY_REPO_CREATIONtTrueR5R tCATEGORY_MAINTENANCERR#R.R8R(R*R+(((s1/usr/lib64/python2.7/site-packages/hgext/share.pyt&s. :    $