hgext/transplant.py
changeset 48875 6000f5b25c9b
parent 48116 5ced12cfa41b
child 48935 2cce2fa5bcf7
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    11 possibly in another repository. The transplant is done using 'diff' patches.
    11 possibly in another repository. The transplant is done using 'diff' patches.
    12 
    12 
    13 Transplanted patches are recorded in .hg/transplant/transplants, as a
    13 Transplanted patches are recorded in .hg/transplant/transplants, as a
    14 map from a changeset hash to its hash in the source repository.
    14 map from a changeset hash to its hash in the source repository.
    15 '''
    15 '''
    16 from __future__ import absolute_import
       
    17 
    16 
    18 import os
    17 import os
    19 
    18 
    20 from mercurial.i18n import _
    19 from mercurial.i18n import _
    21 from mercurial.pycompat import open
    20 from mercurial.pycompat import open