Пример #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