DManager.MetaRepository

Undocumented in source.

Members

Functions

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.

needRepo
void needRepo()
Undocumented in source. Be warned that the author may not have intended to support it.
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