Changeset 314 in tailor


Ignore:
Timestamp:
05/21/05 17:04:11 (8 years ago)
Author:
lele@…
Hash name:
20050521150411-97f81-8413b1a594c70d7afb4f4c2681e55ada7e4dba81
Message:

Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/svn.py

    r311 r314  
    395395 
    396396        if not exists(join(root, '.svn')): 
    397             raise TargetInitializationFailure("'%s' needs to be an SVN working copy already be under SVN" % root) 
     397            raise TargetInitializationFailure("'%s' needs to be an SVN working copy already under SVN" % root) 
    398398 
    399399        SyncronizableTargetWorkingDir._initializeWorkingDir(self, root, 
Note: See TracChangeset for help on using the changeset viewer.