Home
last modified time | relevance | path

Searched refs:graftpoints (Results 1 – 6 of 6) sorted by relevance

/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_grafts.py45 def assertParse(self, expected, graftpoints): argument
46 self.assertEqual(expected, parse_graftpoints(iter(graftpoints)))
70 def assertSerialize(self, expected, graftpoints): argument
73 sorted(serialize_graftpoints(graftpoints)))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Drepo.py195 def parse_graftpoints(graftpoints): argument
209 for l in graftpoints:
225 def serialize_graftpoints(graftpoints): argument
238 for commit, parents in graftpoints.items():
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Drepo.py200 def parse_graftpoints(graftpoints): argument
215 for l in graftpoints:
231 def serialize_graftpoints(graftpoints): argument
244 for commit, parents in graftpoints.items():
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/.github/
H A DREADME.md29 - Dragging several anchors/graftpoints and stretching timeline
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/
H A DREADME.md23 - Dragging several anchors/graftpoints and stretching timeline
/dports/devel/dulwich/dulwich-0.19.16/
H A DNEWS1128 * Add support for graftpoints. (milki)