bitbake/bitbake-dev: Sync with upstream

This commit is contained in:
Richard Purdie
2008-12-06 13:16:13 +00:00
parent 4be017e82f
commit ffdec425bf
15 changed files with 117 additions and 52 deletions

View File

@@ -79,7 +79,7 @@ class Hg(Fetch):
host = "/"
ud.host = "localhost"
if ud.user == None:
if not ud.user:
hgroot = host + ud.path
else:
hgroot = ud.user + "@" + host + ud.path