hgext/share.py
branchstable
changeset 19997 de16c673455b
parent 19399 02465cafb0a9
child 20056 cbcd85fa75c0
equal deleted inserted replaced
19996:52b437586435 19997:de16c673455b
    15 
    15 
    16     Initialize a new repository and working directory that shares its
    16     Initialize a new repository and working directory that shares its
    17     history with another repository.
    17     history with another repository.
    18 
    18 
    19     .. note::
    19     .. note::
       
    20 
    20        using rollback or extensions that destroy/modify history (mq,
    21        using rollback or extensions that destroy/modify history (mq,
    21        rebase, etc.) can cause considerable confusion with shared
    22        rebase, etc.) can cause considerable confusion with shared
    22        clones. In particular, if two shared clones are both updated to
    23        clones. In particular, if two shared clones are both updated to
    23        the same changeset, and one of them destroys that changeset
    24        the same changeset, and one of them destroys that changeset
    24        with rollback, the other clone will suddenly stop working: all
    25        with rollback, the other clone will suddenly stop working: all