Searched refs:graftpoints (Results 1 – 6 of 6) sorted by relevance
45 def assertParse(self, expected, graftpoints): argument46 self.assertEqual(expected, parse_graftpoints(iter(graftpoints)))70 def assertSerialize(self, expected, graftpoints): argument73 sorted(serialize_graftpoints(graftpoints)))
195 def parse_graftpoints(graftpoints): argument209 for l in graftpoints:225 def serialize_graftpoints(graftpoints): argument238 for commit, parents in graftpoints.items():
200 def parse_graftpoints(graftpoints): argument215 for l in graftpoints:231 def serialize_graftpoints(graftpoints): argument244 for commit, parents in graftpoints.items():
29 - Dragging several anchors/graftpoints and stretching timeline
23 - Dragging several anchors/graftpoints and stretching timeline
1128 * Add support for graftpoints. (milki)