Searched refs:downstream (Results 1 – 5 of 5) sorted by relevance
/development/tools/repo_diff/ |
D | git_commits_not_upstreamed.py | 39 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)))
|
D | README.md | 72 the commits that exist in the downstream project (B) but not the
|
/development/tools/repo_diff/service/repodiff/interactors/ |
D | manifest_test.go | 14 var common, downstream, upstream ent.ManifestFile 16 filesystem.ReadXMLAsEntity("testdata/downstream_manifest.xml", &downstream) 23 Downstream: downstream,
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | source.go | 114 downstream, errD := s.getOrCreateURLBranchID( 123 DownstreamTarget: downstream,
|
/development/tools/repo_diff/service/repodiff/controllers/ |
D | differential.go | 177 var upstream, downstream ent.ManifestFile 180 "downstream": &downstream, 195 Downstream: downstream,
|