contrib/synthrepo.py
changeset 29841 d5883fd055c6
parent 29216 ead25aa27a43
child 32291 bd872f64a8ba
equal deleted inserted replaced
29840:4435d4c951ec 29841:d5883fd055c6
    60     patch,
    60     patch,
    61     scmutil,
    61     scmutil,
    62     util,
    62     util,
    63 )
    63 )
    64 
    64 
    65 # Note for extension authors: ONLY specify testedwith = 'internal' for
    65 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
    66 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
    66 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
    67 # be specifying the version(s) of Mercurial they are tested with, or
    67 # be specifying the version(s) of Mercurial they are tested with, or
    68 # leave the attribute unspecified.
    68 # leave the attribute unspecified.
    69 testedwith = 'internal'
    69 testedwith = 'ships-with-hg-core'
    70 
    70 
    71 cmdtable = {}
    71 cmdtable = {}
    72 command = cmdutil.command(cmdtable)
    72 command = cmdutil.command(cmdtable)
    73 
    73 
    74 newfile = set(('new fi', 'rename', 'copy f', 'copy t'))
    74 newfile = set(('new fi', 'rename', 'copy f', 'copy t'))