From f310816acbc4c9491fdf4c8917829b07a9669ba0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 20 Oct 2009 11:29:07 +0100 Subject: bitbake: hg fetcher - sync bitbake-dev and remove debug Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch/hg.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/fetch/hg.py b/bitbake/lib/bb/fetch/hg.py index 2b0438a26d..b5fd8fecd7 100644 --- a/bitbake/lib/bb/fetch/hg.py +++ b/bitbake/lib/bb/fetch/hg.py @@ -158,16 +158,12 @@ class Hg(Fetch): raise t, v, tb def suppports_srcrev(self): - import bb - bb.error("here") return True def _latest_revision(self, url, ud, d): """ Compute tip revision for the url """ - import bb - bb.error(self._buildhgcommand(ud, d, "info")) output = runfetchcmd(self._buildhgcommand(ud, d, "info"), d) return output.strip() -- cgit v1.2.3-54-g00ecf