示例#1
0
def get_tags_by_date(today=datetime.datetime.today()):
    date = today.strftime(date_format)
    command = "git tag --list=release/%s/*" % date
    execute(command)
示例#2
0
文件: syntax.py 项目: bruceg/bglibs
	def execute(self, context):
		return context.execute(self.expr)