DManager.MetaRepository

Undocumented in source.

Members

Functions

getRepo
Repository getRepo()
Undocumented in source. Be warned that the author may not have intended to support it.
getSubmoduleCommits
string[string] getSubmoduleCommits(string head)
Undocumented in source. Be warned that the author may not have intended to support it.
getSubmoduleHistory
string[string][string] getSubmoduleHistory(string[] refs)

Get the submodule state for all commits in the history.

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

Static functions

performClone
void performClone(string url, string target)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

submoduleCache
string[string][string] submoduleCache;
Undocumented in source.

Inherited Members

From DManagerRepository

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

Meta