id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc
210	Impossible to copy the properties of one branch to another	lishnih@…	xi	"How can I do something like this?

db_conn:
  mysql_1:          &mysql_1
    type: mysql

    host: localhost

    name: root

    pass: 54321

db:
  default:
    *mysql_1         // <- it must copy all fields from mysql_1

    pass: 12345      // <- and append this field


... and why can not I do this?

db:
  default:
    **db_conn.mysql_1

    pass: 12345
"	enhancement	new	normal	pyyaml	normal		anchors aliases	
