summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/hg.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2/hg.py: Use "protocol" parameter to get the protocolAndrei Gherzan2012-07-111-1/+1
* Fix mercurial fetcher in fetch21.1_M4.rc3Julian Pidancet2011-09-211-1/+1
* bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie2011-04-201-0/+2
* Fix more incorrect usages of 'is'Chris Larson2011-03-311-4/+4
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-031-1/+1
* bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie2011-02-111-2/+2
* bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...Richard Purdie2011-02-071-2/+6
* bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie2011-02-071-11/+3
* bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie2011-02-071-3/+0
* bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie2011-02-071-6/+6
* fetch2: Allow multiple src rev to be used in one src_uriYu Ke2011-02-021-2/+2
* bitbake/fetch2: Instrument fetchers when making network accessYu Ke2011-01-251-0/+3
* bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke2011-01-251-1/+1
* Fetcher: break the "SRCREVINACTION" deadlockYu Ke2011-01-101-8/+2
* bb.fetch2.hg: add hg urldata_initYu Ke2011-01-101-5/+9
* bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke2011-01-101-5/+5
* bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke2011-01-101-0/+180