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