[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] svnlook.py: Canonicalize the svn path

From: Bhuvaneswaran Arumugam <bhuvan_at_collab.net>
Date: 2006-07-20 13:22:54 CEST

Hello,

As discussed with maxb in IRC, please find attached the patch.

Canonicalize the svn path and do not use python string module when it is
not necessary

[[
Patch By: Bhuvaneswaran Arumugam <bhuvan@collab.net>
Suggested By: maxb

* tools/examples/svnlook.py
  (global): Do not import 'string' module when it is not necessary
  (SVNLook.__init__): Canonicalize the svn path
  (global._basename): Do not use the 'string' module for rfind function
  (main): Do not use the 'string' module for replace function
]]

-- 
Regards,
Bhuvaneswaran

Received on Thu Jul 20 13:23:23 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.