summaryrefslogtreecommitdiffstats
path: root/modules/darcs.py
diff options
context:
space:
mode:
authorYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-16 18:26:38 -0500
committerYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-16 18:26:38 -0500
commite4456fd18caa86f2a7d7a21df4e6a78efafbff77 (patch)
treee36f4bcd71a26ac26925c1dd9d38fe0dd943234b /modules/darcs.py
parentad4446f7713b6a15433aacf26573eb60de04eed0 (diff)
downloadfedora-devshell-e4456fd18caa86f2a7d7a21df4e6a78efafbff77.tar.gz
fedora-devshell-e4456fd18caa86f2a7d7a21df4e6a78efafbff77.tar.xz
fedora-devshell-e4456fd18caa86f2a7d7a21df4e6a78efafbff77.zip
Adds sourceball fetching from packagesources to package
Diffstat (limited to 'modules/darcs.py')
-rw-r--r--modules/darcs.py10
1 files changed, 0 insertions, 10 deletions
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