예제 #1
0
 def finish(self):
   MirrorUpdater.finish(self)
   del self.f
예제 #2
0
 def delete_file(self, cvs_rev, post_commit):
   MirrorUpdater.delete_file(self, cvs_rev, post_commit)
   self.f.write('D %s\n' % (cvs_rev.cvs_file.cvs_path,))
예제 #3
0
 def branch_file(self, cvs_symbol):
   MirrorUpdater.branch_file(self, cvs_symbol)
   self._modify_file(cvs_symbol, post_commit=False)
예제 #4
0
 def start(self, mirror, f):
   MirrorUpdater.start(self, mirror)
   self.f = f
예제 #5
0
 def modify_file(self, cvs_rev, post_commit):
   MirrorUpdater.modify_file(self, cvs_rev, post_commit)
   self._modify_file(cvs_rev, post_commit)
예제 #6
0
 def finish(self):
   MirrorUpdater.finish(self)
   del self.f
예제 #7
0
 def branch_file(self, cvs_symbol):
   MirrorUpdater.branch_file(self, cvs_symbol)
   self._modify_file(cvs_symbol, post_commit=False)
예제 #8
0
 def delete_file(self, cvs_rev, post_commit):
   MirrorUpdater.delete_file(self, cvs_rev, post_commit)
   self.f.write('D %s\n' % (cvs_rev.cvs_file.cvs_path,))
예제 #9
0
 def modify_file(self, cvs_rev, post_commit):
   MirrorUpdater.modify_file(self, cvs_rev, post_commit)
   self._modify_file(cvs_rev, post_commit)
예제 #10
0
 def start(self, mirror, f):
   MirrorUpdater.start(self, mirror)
   self.f = f