summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/hg.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch/hg.py')
-rw-r--r--bitbake/lib/bb/fetch/hg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/hg.py b/bitbake/lib/bb/fetch/hg.py
index ca3a084bb6..264a52da9f 100644
--- a/bitbake/lib/bb/fetch/hg.py
+++ b/bitbake/lib/bb/fetch/hg.py
@@ -162,7 +162,7 @@ class Hg(Fetch):
162 pass 162 pass
163 raise t, v, tb 163 raise t, v, tb
164 164
165 def suppports_srcrev(self): 165 def supports_srcrev(self):
166 return True 166 return True
167 167
168 def _latest_revision(self, url, ud, d): 168 def _latest_revision(self, url, ud, d):