summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/hg.py
Commit message (Expand)AuthorAgeFilesLines
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-031-1/+1
* fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter2011-01-041-1/+7
* fetch: be more pythonicBernhard Reutner-Fischer2011-01-041-7/+2
* fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer2011-01-041-4/+1
* fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer2011-01-041-1/+1
* Allow mercurial fetcher to follow tipPeter Chubb2011-01-041-1/+8
* bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD2011-01-041-0/+1
* fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj2011-01-041-1/+1
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-6/+8
* Formatting cleanupsChris Larson2010-07-021-4/+3
* bitbake: unify mirror support and make it independant of the fetcherJoshua Lock2010-02-041-5/+0
* bitbake: Sync module import cleanups back from bitbake trunkRichard Purdie2009-11-131-1/+1
* bitbake: hg fetcher - sync bitbake-dev and remove debugRichard Purdie2009-10-201-4/+0
* bitbake: Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc...Richard Purdie2009-10-191-0/+32
* bitbake: Fix a bug in the hg fetcherRichard Purdie2009-04-211-3/+6
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-12-061-1/+1
* bitbake hg fetcher: Add fix from Matt HoosierRichard Purdie2008-09-101-1/+4
* hg fetcher: Apply fixes from Matt HoosierRichard Purdie2008-09-071-1/+4
* bitbake/fetchers: Sync with upstream bitbakeRichard Purdie2007-11-171-8/+0
* bitbake: fetcher updates - Add BB_GENERATE_MIRROR_TARBALLS option to allow di...Richard Purdie2007-11-071-9/+8
* bitbake: Add hg fetcher (from bitbake upstream)Richard Purdie2007-10-111-0/+150