Repository.RefWriterImpl

Undocumented in source.

Constructors

this
this(ProcessPipes pipes)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

create
void create(string refName, Hash newValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteRef
void deleteRef(string refName, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteRef
void deleteRef(string refName, Hash oldValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(string refName, Hash newValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(string refName, Hash newValue, Hash oldValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
verify
void verify(string refName, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
verify
void verify(string refName, Hash oldValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

initialized
bool initialized;
Undocumented in source.
pipes
ProcessPipes pipes;
Undocumented in source.

Meta