From e4456fd18caa86f2a7d7a21df4e6a78efafbff77 Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Fri, 16 Jan 2009 18:26:38 -0500 Subject: Adds sourceball fetching from packagesources to package --- modules/darcs.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules/darcs.py') diff --git a/modules/darcs.py b/modules/darcs.py index b6a4d96..4c150b0 100644 --- a/modules/darcs.py +++ b/modules/darcs.py @@ -69,16 +69,6 @@ class Darcs(RevisionControl): log.info('darcs get %s %s, please wait....' % (src, tgt)) p.communicate() -# def checkout(self, tgt, url, *args): -# '''checks out source from an upstream url - -# the difference between this and get is that it reflects an initial pull -# idiom found in other VCSes. It also handles setting vc_url and the -# canonical name, based on tgt -# ''' -# self.cfg['vc_url'] = url -# self.get(url, tgt, *args) - @property def vc_url(self): '''the url where the source was fetched from originally -- cgit