diff options
| -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 793831ae0d..ad6e85d70b 100644 --- a/bitbake/lib/bb/fetch2/hg.py +++ b/bitbake/lib/bb/fetch2/hg.py | |||
| @@ -166,7 +166,7 @@ class Hg(FetchMethod): | |||
| 166 | output = runfetchcmd(self._buildhgcommand(ud, d, "info"), d) | 166 | output = runfetchcmd(self._buildhgcommand(ud, d, "info"), d) |
| 167 | return output.strip() | 167 | return output.strip() |
| 168 | 168 | ||
| 169 | def _build_revision(self, url, ud, d): | 169 | def _build_revision(self, url, ud, d, name): |
| 170 | return ud.revision | 170 | return ud.revision |
| 171 | 171 | ||
| 172 | def _revision_key(self, url, ud, d, name): | 172 | def _revision_key(self, url, ud, d, name): |
