﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
321	Inconsistency - (di)graphCopy vs copyPath	Peter Kovacs	Peter Kovacs	"There is an annoying inconsistency in the current releases (1.0, 1.1): we have functions `graphCopy()` and `copyPath()`. Moreover the order of their parameters also differ: `graphCopy(from, to)` and `copyPath(to, from)`.

More than one year ago, we decided to modify the 0.x version of graph copying functions: `copyGraph(to, from)` --> `graphCopy(from, to)`, see #150. However, we were not careful enoguh, the path copying tools should have been modified, as well.

What could/should we do with this problem after we have released these tools with inconsistent interfaces?
"	defect	closed	critical	LEMON 1.2 release	core	hg main	fixed			
