Пример #1
0
 def put(self, source, hash):
     util.makedirs(os.path.dirname(lfutil.storepath(self.remote, hash)))
     if lfutil.instore(self.remote, hash):
         return
     lfutil.link(lfutil.storepath(self.repo, hash),
                 lfutil.storepath(self.remote, hash))
Пример #2
0
 def put(self, source, hash):
     if lfutil.instore(self.remote, hash):
         return
     lfutil.link(source, lfutil.storepath(self.remote, hash))
Пример #3
0
 def put(self, source, hash):
     util.makedirs(os.path.dirname(lfutil.storepath(self.remote, hash)))
     if lfutil.instore(self.remote, hash):
         return
     lfutil.link(lfutil.storepath(self.repo, hash),
             lfutil.storepath(self.remote, hash))