|
|
|
ignore(self,
paths,
commit=True)
Make the VCS ignore the given list of paths. |
source code
|
|
bool
|
commit(self,
paths,
message)
Commit the given list of paths, with the given message. |
source code
|
|
str
|
|
|
scrubPropertyChanges(self,
output)
Scrub the given diff output from property changes. |
source code
|
|
dict of str -> list of str
|
|
|
|
list of str
|
|
list of str
|
|
|
|
Inherited from vcs.VCS :
__init__ ,
createTree ,
getChanges ,
getFileMatcher
Inherited from extern.log.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
|