summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/hg.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/hg.py')
-rw-r--r--bitbake/lib/bb/fetch2/hg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py
index 4ba28c7100..13e9b8673b 100644
--- a/bitbake/lib/bb/fetch2/hg.py
+++ b/bitbake/lib/bb/fetch2/hg.py
@@ -163,7 +163,7 @@ class Hg(Fetch):
163 def supports_srcrev(self): 163 def supports_srcrev(self):
164 return True 164 return True
165 165
166 def _latest_revision(self, url, ud, d): 166 def _latest_revision(self, url, ud, d, name):
167 """ 167 """
168 Compute tip revision for the url 168 Compute tip revision for the url
169 """ 169 """
@@ -174,7 +174,7 @@ class Hg(Fetch):
174 def _build_revision(self, url, ud, d): 174 def _build_revision(self, url, ud, d):
175 return ud.revision 175 return ud.revision
176 176
177 def _revision_key(self, url, ud, d): 177 def _revision_key(self, url, ud, d, name):
178 """ 178 """
179 Return a unique key for the url 179 Return a unique key for the url
180 """ 180 """