Home | Trees | Indices | Help |
---|
|
extern.log.log.Loggable --+ | vcs.VCS --+ | Git
|
|||
bool |
|
||
str |
|
||
|
|||
list of str |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
name =
|
|||
Inherited from |
|
|||
|
Commit the given list of paths, with the given message. Note that depending on the VCS, parents that were just added may need to be commited as well.
|
Return a diff for the given path. The diff should not end in a newline; an empty diff should be an empty string. The diff should also be relative to the working directory; no absolute paths.
|
Return an re matcher object that will expand to the file being changed. The default implementation works for CVS and SVN.
|
Get a list of unknown paths under the given path and relative to it.
|
Make the VCS ignore the given list of paths.
|
Update the given path to the latest version.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Jun 27 15:28:53 2009 | http://epydoc.sourceforge.net |