diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-06 13:16:13 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-06 13:16:13 +0000 |
| commit | ffdec425bfb26e152d1da5824a36dfe1fe72cd92 (patch) | |
| tree | 38a5233e01e62d57964dbb0bf38ca88a92049386 /bitbake-dev/lib/bb/fetch/hg.py | |
| parent | 4be017e82fdfbfbe1bf484bf745e770d18417918 (diff) | |
| download | poky-ffdec425bfb26e152d1da5824a36dfe1fe72cd92.tar.gz | |
bitbake/bitbake-dev: Sync with upstream
Diffstat (limited to 'bitbake-dev/lib/bb/fetch/hg.py')
| -rw-r--r-- | bitbake-dev/lib/bb/fetch/hg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake-dev/lib/bb/fetch/hg.py b/bitbake-dev/lib/bb/fetch/hg.py index 1cd5a8aa5c..b87fd0fbe5 100644 --- a/bitbake-dev/lib/bb/fetch/hg.py +++ b/bitbake-dev/lib/bb/fetch/hg.py | |||
| @@ -79,7 +79,7 @@ class Hg(Fetch): | |||
| 79 | host = "/" | 79 | host = "/" |
| 80 | ud.host = "localhost" | 80 | ud.host = "localhost" |
| 81 | 81 | ||
| 82 | if ud.user == None: | 82 | if not ud.user: |
| 83 | hgroot = host + ud.path | 83 | hgroot = host + ud.path |
| 84 | else: | 84 | else: |
| 85 | hgroot = ud.user + "@" + host + ud.path | 85 | hgroot = ud.user + "@" + host + ud.path |
