Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/tools/compare-locales/
H A Dmach_commands.py242 self._clone_hg_repo(VCT_URL, VCT_PATH)
262 self._clone_hg_repo(repo_config["url"], str(repo_config["path"]))
392 def _clone_hg_repo(self, url, path): member in CrossChannel
/dports/www/firefox-esr/firefox-91.8.0/tools/compare-locales/
H A Dmach_commands.py242 self._clone_hg_repo(VCT_URL, VCT_PATH)
262 self._clone_hg_repo(repo_config["url"], str(repo_config["path"]))
392 def _clone_hg_repo(self, url, path): member in CrossChannel
/dports/www/firefox/firefox-99.0/tools/compare-locales/
H A Dmach_commands.py232 _clone_hg_repo(command_context, VCT_URL, VCT_PATH)
252 _clone_hg_repo(
404 def _clone_hg_repo(command_context, url, path): function