Repository

Represents an SCM repository.

Constructors

this
this(string remote, string ref_)
deprecated this(string remote)

Members

Enums

Kind
enum Kind
Undocumented in source.

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
kind
Kind kind [@property getter]
ref_
string ref_ [@property getter]
remote
string remote [@property getter]

Meta