]> code.ossystems Code Review - openembedded-core.git/commit
bb.fetch2: rename "go" with "download" to better reflect its functionality
authorYu Ke <ke.yu@intel.com>
Tue, 18 Jan 2011 15:03:53 +0000 (23:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jan 2011 12:25:47 +0000 (12:25 +0000)
commite05918937c515dff845fcb4c9e94f8ecbea8c957
treec07942361428a8271af45fd53c02a1c3840aa5a8
parent8615b0e282baadf1ac342ec38b7c79e0ac351613
bb.fetch2: rename "go" with "download" to better reflect its functionality

no functional change

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 files changed:
bitbake/lib/bb/fetch2/__init__.py
bitbake/lib/bb/fetch2/bzr.py
bitbake/lib/bb/fetch2/cvs.py
bitbake/lib/bb/fetch2/git.py
bitbake/lib/bb/fetch2/hg.py
bitbake/lib/bb/fetch2/local.py
bitbake/lib/bb/fetch2/osc.py
bitbake/lib/bb/fetch2/perforce.py
bitbake/lib/bb/fetch2/repo.py
bitbake/lib/bb/fetch2/ssh.py
bitbake/lib/bb/fetch2/svk.py
bitbake/lib/bb/fetch2/svn.py
bitbake/lib/bb/fetch2/wget.py