Example #1
0
 def rollback(self):
     for file in self.checkedout:
         cc_exec(['unco', '-rm', file])
     cc.rmactivity()
Example #2
0
 def rollback(self):
     for file in self.checkedout:
         cc_exec(['unco', '-rm', file])
     cc.rmactivity()
Example #3
0
 def rollback(self):
     for file in self.checkedout:
         cc_exec(["unco", "-rm", file])
     cc.rmactivity()
Example #4
0
 def rollback(self):
     print('Rolling back transation')
     for file in self.checkedout:
         cc_exec(['unco', '-rm', file])
     cc.rmactivity()
Example #5
0
 def rollback(self):
     print('Rolling back transation')
     for file in self.checkedout:
         cc_exec(['unco', '-rm', file])
     cc.rmactivity()