summaryrefslogtreecommitdiffstats
path: root/modules/darcs.py
diff options
context:
space:
mode:
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