move localpath implementation to a single file, simplify unix/posix difference and fix a bit

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-08-20 17:37:06 +02:00
parent 079a2327ec
commit 561fdca3a2
13 changed files with 378 additions and 470 deletions

View File

@@ -106,7 +106,7 @@ initpkg(__name__,
'path.__doc__' : ('./path/__init__.py', '__doc__'),
'path.svnwc' : ('./path/svn/wccommand.py', 'SvnWCCommandPath'),
'path.svnurl' : ('./path/svn/urlcommand.py', 'SvnCommandPath'),
'path.local' : ('./path/local/local.py', 'LocalPath'),
'path.local' : ('./path/local.py', 'LocalPath'),
'path.SvnAuth' : ('./path/svn/svncommon.py', 'SvnAuth'),
# some nice slightly magic APIs