From 2763e53bb5cb37f28373c09d8da8b56e34259f8e Mon Sep 17 00:00:00 2001
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Wed, 17 Nov 2010 16:06:25 +0100
Subject: [PATCH 0/4] bitbake fetch pythonics and spppeling fix

untested. Ok for trunk?

Bernhard Reutner-Fischer (4):
  fetch: rename suppports_srcrev to supports_srcrev
  fetch: add common helper _strip_leading_slashes()
  fetch: use os.path.join
  fetch: be more pythonic

 lib/bb/fetch/__init__.py |   21 +++++++++++++--------
 lib/bb/fetch/bzr.py      |   11 +++--------
 lib/bb/fetch/cvs.py      |   18 ++++--------------
 lib/bb/fetch/git.py      |    2 +-
 lib/bb/fetch/hg.py       |   17 +++++------------
 lib/bb/fetch/osc.py      |   16 ++++------------
 lib/bb/fetch/perforce.py |   10 +++-------
 lib/bb/fetch/repo.py     |   25 ++++++-------------------
 lib/bb/fetch/svk.py      |   10 +++-------
 lib/bb/fetch/svn.py      |   12 ++++--------
 10 files changed, 46 insertions(+), 96 deletions(-)

-- 
1.7.2.3

