]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
fetch/hg: Improve user/password handling
authorVolker Vogelhuber <v.vogelhuber@digitalendoscopy.de>
Fri, 1 Nov 2013 17:53:09 +0000 (17:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Nov 2013 17:55:57 +0000 (17:55 +0000)
commitdc3d6d73e44802c203b3f7247f6f212acc2f69bf
treecf65ad9658609845571bd2843d9b3639ca4397c7
parenta5abd1826f34e6a7eefa837620b846e9b62ae758
fetch/hg: Improve user/password handling

Trying to use a server with username and password authentication
within the URL of the SRC_URI variable doesn't appear to work.

This patch adds the missing parts to the hg fetcher to make this
work properly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/hg.py