예제 #1
0
파일: checkin.py 프로젝트: jlehtnie/git-cc
 def rollback(self):
     for file in self.checkedout:
         cc_exec(['unco', '-rm', file])
     cc.rmactivity()
예제 #2
0
파일: checkin.py 프로젝트: zen4s/git-cc
 def rollback(self):
     for file in self.checkedout:
         cc_exec(['unco', '-rm', file])
     cc.rmactivity()
예제 #3
0
파일: checkin.py 프로젝트: ralberts/git-cc
 def rollback(self):
     for file in self.checkedout:
         cc_exec(["unco", "-rm", file])
     cc.rmactivity()
예제 #4
0
 def rollback(self):
     print('Rolling back transation')
     for file in self.checkedout:
         cc_exec(['unco', '-rm', file])
     cc.rmactivity()
예제 #5
0
 def rollback(self):
     print('Rolling back transation')
     for file in self.checkedout:
         cc_exec(['unco', '-rm', file])
     cc.rmactivity()