def addProjectPreInitWizardHandler( self, name, url, wc_path ):
self.log.infoheader( 'Initialise Git repository in %s' % (wc_path,) )
self.setStatusAction( T_('Clone %(project)s') %
{'project': name} )
# runs on the background thread
评论列表
文章目录