|
|
__init__(self,
repo)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
| _do_file(self,
filename,
mode,
fd,
size) |
|
|
|
|
add_file(self,
filename,
fd,
size,
mode=644)
Add a file |
|
|
|
|
|
|
|
start_commit(self,
branch,
committer,
msg)
Start a fast import commit |
|
|
|
|
deleteall(self)
Issue deleteall to fastimport so we start from a empty tree |
|
|
|
|
close(self)
Close fast-import issuing all pending actions |
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|