]> code.ossystems Code Review - openembedded-core.git/commit
Allow mercurial fetcher to follow tip
authorPeter Chubb <peter.chubb@nicta.com.au>
Thu, 3 Sep 2009 17:31:40 +0000 (17:31 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:38 +0000 (14:46 +0000)
commit489d17596d2c532f2d8db3ef8c0f122ca49bb466
tree5744166f7f5020842cf06d3b3789019dbc5f7e66
parent17ea15299092af177f7065d4fa96840d41d35cec
Allow mercurial fetcher to follow tip

There are occasions when developing when I want a package always to
grab the latest copy of a package.  Witht eh CVS fetcher you can do
this by setting the `date' tag to `now'.  This patch adds similar
functionality to the mercurial fetcher: if the revision to fetch is
`tip' then always grab from the server, and don't use the cached
tarball.

Oh, and I fixed a typo in the Class comment.

(Bitbake rev: 01b85608d8a37f8af66dfd80133e950120679079)

Signed-off-by: Peter Chubb <peter.chubb@nicta.com.au>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/fetch/hg.py