|
|
list of str
|
getAdded(self,
path)
Get a list of paths newly added under the given path and relative to
it. |
source code
|
|
list of str
|
|
list of str
|
|
list of str
|
|
|
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
|
|
|
|
str
|
getCheckoutCommands(self)
Return shell commands necessary to do a fresh checkout of the current
checkout into a directory called 'checkout'. |
source code
|
|
Inherited from vcs.VCS :
__init__ ,
backup ,
createTree ,
diffCheckout ,
getChanges ,
getFileMatcher ,
restore
Inherited from extern.log.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|