Home
last modified time | relevance | path

Searched refs:downstream (Results 1 – 5 of 5) sorted by relevance

/development/tools/repo_diff/
Dgit_commits_not_upstreamed.py39 def __init__(self, working_dir, upstream, downstream): argument
42 self.downstream = downstream
49 '%s..%s' % (self.upstream, self.downstream),
61 def find_insertion_commits(upstream, downstream, working_dir): argument
79 downstream])
82 finder = CommitFinder(working_dir, upstream, downstream)
91 def find(upstream, downstream, working_dir): argument
104 '%s..%s' % (upstream, downstream)])
128 downstream = args.downstream
131 print('\n'.join(find(upstream, downstream, working_dir)))
DREADME.md72 the commits that exist in the downstream project (B) but not the
/development/tools/repo_diff/service/repodiff/interactors/
Dmanifest_test.go14 var common, downstream, upstream ent.ManifestFile
16 filesystem.ReadXMLAsEntity("testdata/downstream_manifest.xml", &downstream)
23 Downstream: downstream,
/development/tools/repo_diff/service/repodiff/repositories/
Dsource.go114 downstream, errD := s.getOrCreateURLBranchID(
123 DownstreamTarget: downstream,
/development/tools/repo_diff/service/repodiff/controllers/
Ddifferential.go177 var upstream, downstream ent.ManifestFile
180 "downstream": &downstream,
195 Downstream: downstream,