diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py index 793831ae0d8ec21c71c04dbad135a9ac1b73a120..ad6e85d70b72cd4b778bae03eb239d32c50b9e68 100644 --- a/bitbake/lib/bb/fetch2/hg.py +++ b/bitbake/lib/bb/fetch2/hg.py @@ -166,7 +166,7 @@ class Hg(FetchMethod): output = runfetchcmd(self._buildhgcommand(ud, d, "info"), d) return output.strip() - def _build_revision(self, url, ud, d): + def _build_revision(self, url, ud, d, name): return ud.revision def _revision_key(self, url, ud, d, name):