hgext/share.py
changeset 16743 38caf405d010
parent 15082 d23dfcbb8840
child 18825 f0564402d059
equal deleted inserted replaced
16742:973671fc0804 16743:38caf405d010
     5 
     5 
     6 '''share a common history between several working directories'''
     6 '''share a common history between several working directories'''
     7 
     7 
     8 from mercurial.i18n import _
     8 from mercurial.i18n import _
     9 from mercurial import hg, commands, util
     9 from mercurial import hg, commands, util
       
    10 
       
    11 testedwith = 'internal'
    10 
    12 
    11 def share(ui, source, dest=None, noupdate=False):
    13 def share(ui, source, dest=None, noupdate=False):
    12     """create a new shared repository
    14     """create a new shared repository
    13 
    15 
    14     Initialize a new repository and working directory that shares its
    16     Initialize a new repository and working directory that shares its