Lines Matching refs:revision
170 """Make a separate worktree with version.revision checked out.
175 "Checking out git worktree for revision {} from {}".format(
176 version.revision, version.repository
181 version.repository, version.revision],
188 self.log.debug("Checking out git worktree for revision {}".format(
189 version.revision
191 worktree_rev = version.revision
209 if version.crypto_revision exists, update it to that revision,
210 otherwise update it to the default revision"""
262 if version.revision == version.commit:
263 return version.revision
265 return "{} ({})".format(version.revision, version.commit)
268 """Generate the ABI dumps for the specified git revision.
274 mbed_module, version.revision, version.version
388 """Generate the interface information for the specified git revision."""
440 mbed_module, self.old_version.revision,
441 self.new_version.revision
566 "-o", "--old-rev", type=str, help="revision for old version.",
574 help="revision for old crypto submodule."
581 "-n", "--new-rev", type=str, help="revision for new version",
589 help="revision for new crypto version"
630 revision=abi_args.old_rev,
641 revision=abi_args.new_rev,