Home
last modified time | relevance | path

Searched refs:graphwalker (Results 1 – 3 of 3) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dobject_store.py214 def find_common_revisions(self, graphwalker): argument
221 sha = next(graphwalker)
225 graphwalker.ack(sha)
226 sha = next(graphwalker)
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Dobject_store.py225 def find_common_revisions(self, graphwalker): argument
233 sha = next(graphwalker)
237 graphwalker.ack(sha)
238 sha = next(graphwalker)
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dinterrepo.py761 graphwalker = self.target._git.get_graph_walker()
779 determine_wants, graphwalker, f.write)