Example #1
0
 def finish(self):
   MirrorUpdater.finish(self)
   del self.f
Example #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,))
Example #3
0
 def branch_file(self, cvs_symbol):
   MirrorUpdater.branch_file(self, cvs_symbol)
   self._modify_file(cvs_symbol, post_commit=False)
Example #4
0
 def start(self, mirror, f):
   MirrorUpdater.start(self, mirror)
   self.f = f
Example #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)
Example #6
0
 def finish(self):
   MirrorUpdater.finish(self)
   del self.f
Example #7
0
 def branch_file(self, cvs_symbol):
   MirrorUpdater.branch_file(self, cvs_symbol)
   self._modify_file(cvs_symbol, post_commit=False)
Example #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,))
Example #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)
Example #10
0
 def start(self, mirror, f):
   MirrorUpdater.start(self, mirror)
   self.f = f