Package pybaz :: Class ChangesetApplication
[frames] | no frames]

Class ChangesetApplication

source code

object --+
         |
        ChangesetApplication

Incremental changeset application process.



Instance Methods
 
__init__(self, proc)
For internal use only.
 
__iter__(self)
Return an iterator of `MergeOutcome`

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties
  conflicting
Did conflicts occur during changeset application?
  finished
Is the changeset application complete?

Inherited from object: __class__

Method Details

__init__(self, proc)
(Constructor)

 
For internal use only.

Overrides: object.__init__

Property Details

conflicting

Did conflicts occur during changeset application?

Get Method:
pybaz.ChangesetApplication._get_conflicting(self) - Did conflicts occur during changeset application?

finished

Is the changeset application complete?

Get Method:
pybaz.ChangesetApplication._get_finished(self) - Is the changeset application complete?