|
__init__(self,
path,
init=False)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
update(self,
timeout=None)
Update the working copy from the parent repository |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
|
|
|
|
|
|
addStandardIgnores(self)
Add the usual ignores |
source code
|
|
|
|
|
|
|
doInPath(self,
func,
*args,
**kwargs)
Execute a function in the root directory of the repository. |
source code
|
|
|
executeWithOuput(self,
cmd)
Executes a command and returns the output |
source code
|
|
|
|