summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/bzr.py
AgeCommit message (Expand)Author
2010-12-17bzr: use utils.remove instead of os.systemBernhard Reutner-Fischer
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-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-05-11[fetchers] Make pyflakes happy by removing these import statementsHolger Hans Peter Freyther
2007-11-17Fetcher SRCREV handling updates, improvements and fixes from Poky, typo fix f...Richard Purdie
2007-09-05bzr.py: bzr fetcher tweaks from Robert Schuster (#2913)Richard Purdie
2007-09-05fetch: Add bzr fetcherRichard Purdie