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