summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/bzr.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch/bzr.py')
-rw-r--r--bitbake/lib/bb/fetch/bzr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/bzr.py b/bitbake/lib/bb/fetch/bzr.py
index 3ca125f370..4cd51cb337 100644
--- a/bitbake/lib/bb/fetch/bzr.py
+++ b/bitbake/lib/bb/fetch/bzr.py
@@ -116,7 +116,7 @@ class Bzr(Fetch):
116 pass 116 pass
117 raise t, v, tb 117 raise t, v, tb
118 118
119 def suppports_srcrev(self): 119 def supports_srcrev(self):
120 return True 120 return True
121 121
122 def _revision_key(self, url, ud, d): 122 def _revision_key(self, url, ud, d):