summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/hg.py
AgeCommit message (Expand)Author
2010-12-15fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter
2010-11-19fetch: be more pythonicBernhard Reutner-Fischer
2010-11-19fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer
2010-11-19fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer
2010-11-08Allow mercurial fetcher to follow tipPeter Chubb
2010-10-21bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD
2010-09-28fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-02-15unify mirror support and make it independant of the fetcherJoshua Lock
2009-10-23Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc@gmail.com>Richard Purdie
2009-05-11fetch/hg.py: Fix hg checkouts of specific revisions (from Poky)Richard Purdie
2009-05-11[fetchers] Make pyflakes happy by removing these import statementsHolger Hans Peter Freyther
2008-10-26fetch/hg.py: Properly format the command if the user URI parameter is empty.Holger Hans Peter Freyther
2008-09-30fetch/hg.py: Fix hg fetcher username/password handling and fix crashRichard Purdie
2007-11-17Fetcher SRCREV handling updates, improvements and fixes from Poky, typo fix f...Richard Purdie
2007-09-05fetch/: Add mercurial (hg) fetcher from Robert Schuster (#2913)Richard Purdie