object Mercurial
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Mercurial
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Graph = isabelle.Graph[String, Unit]
- class Repository extends AnyRef
Value Members
- def check_files(files: List[Path], ssh: System = SSH.Local): (List[Path], List[Path])
- def clone_repository(source: String, root: Path, rev: String = "", options: String = "", ssh: System = SSH.Local): Repository
- def find_repository(start: Path, ssh: System = SSH.Local): Option[Repository]
- def init_repository(root: Path, ssh: System = SSH.Local): Repository
- def is_repository(root: Path, ssh: System = SSH.Local): Boolean
- def opt_flag(flag: String, b: Boolean): String
- def opt_rev(s: String): String
- def opt_template(s: String): String
- def optional(s: String, prefix: String = ""): String
- def repository(root: Path, ssh: System = SSH.Local): Repository
- def setup_repository(source: String, root: Path, ssh: System = SSH.Local): Repository