Support to dump change set
This commit is contained in:
@@ -38,6 +38,10 @@ class ChangeSet:
|
|||||||
self.operations += cs.operations
|
self.operations += cs.operations
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
def dump(self):
|
||||||
|
for op in self.operations:
|
||||||
|
print(op)
|
||||||
|
|
||||||
def compress(self):
|
def compress(self):
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user