diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/hg.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/hg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py index 7e9afceac8..ddbebb5f36 100644 --- a/bitbake/lib/bb/fetch2/hg.py +++ b/bitbake/lib/bb/fetch2/hg.py | |||
@@ -67,7 +67,7 @@ class Hg(FetchMethod): | |||
67 | else: | 67 | else: |
68 | ud.proto = "hg" | 68 | ud.proto = "hg" |
69 | 69 | ||
70 | ud.setup_revisons(d) | 70 | ud.setup_revisions(d) |
71 | 71 | ||
72 | if 'rev' in ud.parm: | 72 | if 'rev' in ud.parm: |
73 | ud.revision = ud.parm['rev'] | 73 | ud.revision = ud.parm['rev'] |