コード例 #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
ファイル: checkin.py プロジェクト: whyrusleeping/git-cc
 def rollback(self):
     print('Rolling back transation')
     for file in self.checkedout:
         cc_exec(['unco', '-rm', file])
     cc.rmactivity()
コード例 #5
0
ファイル: checkin.py プロジェクト: SaM-Solutions/git-cc
 def rollback(self):
     print('Rolling back transation')
     for file in self.checkedout:
         cc_exec(['unco', '-rm', file])
     cc.rmactivity()