diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-27 08:57:29 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-27 08:57:29 +0000 |
commit | 9f10a98f448568f9e728bf827320def8732200eb (patch) | |
tree | 7cb92f28d74819fdbea6c99a667a099c60f498cd /bitbake/lib/bb/fetch/git.py | |
parent | d8f7680dc0221880a1eeb7bf2275642dfd3ce263 (diff) | |
download | poky-9f10a98f448568f9e728bf827320def8732200eb.tar.gz |
svn.py, git.py: Sync with bitbake trunk - comment changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@961 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb/fetch/git.py')
-rw-r--r-- | bitbake/lib/bb/fetch/git.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/git.py b/bitbake/lib/bb/fetch/git.py index 75a7629223..bb517c9928 100644 --- a/bitbake/lib/bb/fetch/git.py +++ b/bitbake/lib/bb/fetch/git.py | |||
@@ -52,7 +52,7 @@ class Git(Fetch): | |||
52 | """Class to fetch a module or modules from git repositories""" | 52 | """Class to fetch a module or modules from git repositories""" |
53 | def supports(self, url, ud, d): | 53 | def supports(self, url, ud, d): |
54 | """ | 54 | """ |
55 | Check to see if a given url can be fetched with cvs. | 55 | Check to see if a given url can be fetched with git. |
56 | """ | 56 | """ |
57 | return ud.type in ['git'] | 57 | return ud.type in ['git'] |
58 | 58 | ||