Home
last modified time | relevance | path

Searched defs:upstream_commit (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/vendor/
H A Dhost_github.py14 def upstream_commit(self, revision): member in GitHubHost
H A Dhost_gitlab.py14 def upstream_commit(self, revision): member in GitLabHost
H A Dmach_commands.py13 from mozbuild.vendor.moz_yaml import load_moz_yaml, MozYamlVerifyError
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/vendor/
H A Dhost_googlesource.py13 def upstream_commit(self, revision): member in GoogleSourceHost
H A Dhost_github.py14 def upstream_commit(self, revision): member in GitHubHost
H A Dhost_gitlab.py14 def upstream_commit(self, revision): member in GitLabHost
H A Dhost_angle.py13 def upstream_commit(self, revision): member in AngleHost
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/vendor/
H A Dhost_gitlab.py14 def upstream_commit(self, revision): member in GitLabHost
H A Dhost_github.py14 def upstream_commit(self, revision): member in GitHubHost
H A Dhost_googlesource.py13 def upstream_commit(self, revision): member in GoogleSourceHost
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/
H A Dvendor_dav1d.py29 def upstream_commit(self, revision): member in VendorDav1d
H A Dvendor_aom.py31 def upstream_commit(self, revision): member in VendorAOM
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/
H A Dvendor_aom.py32 def upstream_commit(self, revision): member in VendorAOM
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgit_cl.py564 def _ComputeDiffLineRanges(files, upstream_commit): argument
4767 def BuildGitDiffCmd(diff_type, upstream_commit, args, allow_prefix=False): argument
4791 def _RunClangFormatDiff(opts, clang_diff_files, top_dir, upstream_commit): argument