comparison hgext/phabricator.py @ 39735:c0c703861b60

phabricator: add testedwith boilerplate
author Yuya Nishihara <yuya@tcha.org>
date Sat, 15 Sep 2018 16:35:39 +0900
parents 87539f615b87
children 38ac525b44c9
comparison
equal deleted inserted replaced
39734:9d5c919b6dc3 39735:c0c703861b60
68 ) 68 )
69 from mercurial.utils import ( 69 from mercurial.utils import (
70 procutil, 70 procutil,
71 stringutil, 71 stringutil,
72 ) 72 )
73
74 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
75 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
76 # be specifying the version(s) of Mercurial they are tested with, or
77 # leave the attribute unspecified.
78 testedwith = 'ships-with-hg-core'
73 79
74 cmdtable = {} 80 cmdtable = {}
75 command = registrar.command(cmdtable) 81 command = registrar.command(cmdtable)
76 82
77 configtable = {} 83 configtable = {}