Plan 9 from Bell Labs’s /usr/web/sources/contrib/jas/root/sys/lib/python2.7/site-packages/hgext/share.pyc

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


��c@s�dZddlmZddlmZmZmZdZde	d�Z
d�Zie
ddded	�fged
�fd6egdfd
6Zej
d7_
dS(s:share a common history between several working directoriesi�(t_(thgtcommandstutiltinternalcCstj||||�S(s�create a new shared repository

    Initialize a new repository and working directory that shares its
    history 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
       (e.g. tip).
    (Rtshare(tuitsourcetdesttnoupdate((s//sys/lib/python2.7/site-packages/hgext/share.pyR
scCs�|j|jkr*tjtd���nd}}|j�}zYtj|||j�}|j	d�}tj
||d�|jjd�|j
�Wd|o�|j�|o�|j�X|j|j|j�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 repot
sharedpaths.oldN(R
tpathRtAbortRtNonetlockRt	copystoretjointrenametrequirementstdiscardt_writerequirementstreleaset__init__tbaseuitroot(RtrepotdestlockRt	sharefile((s//sys/lib/python2.7/site-packages/hgext/share.pytunshare!s
tUR	sdo not create a working copys[-U] SOURCE [DEST]RtRs shareN(t__doc__tmercurial.i18nRt	mercurialRRRt
testedwithR
tFalseRRtcmdtabletnorepo(((s//sys/lib/python2.7/site-packages/hgext/share.pyt<module>s	


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.