Home | Trees | Indices | Help |
---|
|
object --+ | basestring --+ | str --+ | pathname.PathName --+ | pathname.DirName --+ | Changeset
Arch whole-tree changeset.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Static Methods | |
Inherited from |
Properties | |
does_nothing Is the changeset a no-op? |
|
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Apply this changeset to a tree. Raise on conflict. :param tree: the tree to apply changes to. :type tree: `WorkingTree` :param reverse: invert the meaning of the changeset; adds become deletes, etc. :type reverse: bool :raise errors.ChangesetConflict: a conflict occured while applying the changeset. |
Load and parse an index file from the changeset. Expectable indexes are: mod-dirs mod-files orig-dirs orig-files (more?) |
Apply this changeset to a tree, with incremental output. :param tree: the tree to apply changes to. :type tree: `WorkingTree` :param reverse: invert the meaning of the changeset; adds become deletes, etc. :type reverse: bool :rtype: `ChangesetApplication` |
Iterator over tuples (id, dest) for created directories. :param all: include Arch control files. :type all: bool |
Iterator over tuples (id, dest) for created files. :param all: include Arch control files. :type all: bool |
Iterator over tuples (id, orig) for removed directories. :param all: include Arch control files. :type all: bool |
Iterator over tuples (id, orig) for removed files. :param all: include Arch control files. :type all: bool |
Iterate over (id, orig, dest) triples representing renames. id is the persistant file tag, and the key of the dictionnary. orig is the name in the original tree. dest is the name in the modified tree. |
Property Details |
does_nothingIs the changeset a no-op?
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:13 2007 | http://epydoc.sourceforge.net |