hgext/relink.py
changeset 16743 38caf405d010
parent 16686 67964cda8701
child 17191 5884812686f7
equal deleted inserted replaced
16742:973671fc0804 16743:38caf405d010
     8 """recreates hardlinks between repository clones"""
     8 """recreates hardlinks between repository clones"""
     9 
     9 
    10 from mercurial import hg, util
    10 from mercurial import hg, util
    11 from mercurial.i18n import _
    11 from mercurial.i18n import _
    12 import os, stat
    12 import os, stat
       
    13 
       
    14 testedwith = 'internal'
    13 
    15 
    14 def relink(ui, repo, origin=None, **opts):
    16 def relink(ui, repo, origin=None, **opts):
    15     """recreate hardlinks between two repositories
    17     """recreate hardlinks between two repositories
    16 
    18 
    17     When repositories are cloned locally, their data files will be
    19     When repositories are cloned locally, their data files will be