summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/hg.py
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-11-17 11:55:21 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2011-01-04 14:46:41 +0000
commitd0d67a9fe279d26423494946666a5ca0acc5d66f (patch)
treeced09a3e737f86f6c081a5d8300320eaafb729fe /bitbake/lib/bb/fetch/hg.py
parent814c80f53c29802153120f95dfdb5750e3fb09cc (diff)
downloadpoky-d0d67a9fe279d26423494946666a5ca0acc5d66f.tar.gz
fetch: rename suppports_srcrev to supports_srcrev
osc had it already spelled correctly?! (Bitbake rev: b8bb4433de7a981c6826173e926ca34705c4ac70) Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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):