summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/hg.py
AgeCommit message (Expand)Author
2018-06-15bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy
2017-06-02bitbake: fetch: support multiple mirror tarball filenamesChristopher Larson
2017-03-01bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy
2017-02-19bitbake: fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day
2016-11-30bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-11-23bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
2016-08-20bitbake: fetch2: preserve current working directoryMatt Madison
2015-10-16bitbake: fetch2/hg: Include missing errno importLogan Buchy
2015-09-18bitbake: bb.fetch2.{git, hg}: remove tarball if it needs updatingChristopher Larson
2015-06-27bitbake: bitbake: fetch2/hg.py: fix unpack error and mirror tarballRobert Yang
2015-05-26bitbake: fetch/hg: Disable checksums for archived downloadsAsh Charles
2015-05-19bitbake: fetch2/hg.py: add clean functionRobert Yang
2015-05-12bitbake: fetch/hg: support submodulesDaniel McGregor
2014-08-28bitbake: fetch2/hg: Fix username/password handlingRichard Purdie
2014-05-28bitbake: fetch2/hg: Fix missing proto param for hg checkout with user and pwVolker Vogelhuber
2014-05-11bitbake: fix cloning of mercurial repository with username and password speci...Volker Vogelhuber
2014-04-29bitbake: HG Fetch with username and password in urlVolker Vogelhuber
2013-11-25bitbake: fetch2: Correct a few calls to latest_revision()Peter Kjellerstedt
2013-11-22bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie
2013-11-01bitbake: fetch/hg: Improve user/password handlingVolker Vogelhuber
2013-01-18bitbake: hg.py: Fixed fetch failure that occurs when SRCREV is a tag.Jon Szymaniak
2012-07-11bitbake: fetch2/hg.py: Use "protocol" parameter to get the protocolAndrei Gherzan
2011-09-21Fix mercurial fetcher in fetch21.1_M4.rc3Julian Pidancet
2011-04-20bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie
2011-03-31Fix more incorrect usages of 'is'Chris Larson
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-11bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie
2011-02-07bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...Richard Purdie
2011-02-07bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-07bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie
2011-02-07bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie
2011-02-07bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-02-02fetch2: Allow multiple src rev to be used in one src_uriYu Ke
2011-01-25bitbake/fetch2: Instrument fetchers when making network accessYu Ke
2011-01-25bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke
2011-01-10Fetcher: break the "SRCREVINACTION" deadlockYu Ke
2011-01-10bb.fetch2.hg: add hg urldata_initYu Ke
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke