diff options
| author | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-16 18:26:38 -0500 |
|---|---|---|
| committer | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-16 18:26:38 -0500 |
| commit | e4456fd18caa86f2a7d7a21df4e6a78efafbff77 (patch) | |
| tree | e36f4bcd71a26ac26925c1dd9d38fe0dd943234b /modules/darcs.py | |
| parent | ad4446f7713b6a15433aacf26573eb60de04eed0 (diff) | |
| download | fedora-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.py | 10 |
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 |
