|
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
|
|
|
|
|
|
Inherited from vcs.VCS:
__init__,
backup,
createTree,
diffCheckout,
getAdded,
getChanges,
getCheckoutCommands,
getDeleted,
getFileMatcher,
getIgnored,
getPropertyChanges,
restore
Inherited from extern.log.log.Loggable:
debug,
doLog,
error,
info,
log,
logFunction,
logObjectName,
warning,
warningFailure,
writeMarker
|