Changeset 445 in tailor


Ignore:
Timestamp:
07/30/05 01:38:52 (8 years ago)
Author:
lele@…
Hash name:
20050729233852-97f81-3e0451652cd46a00fdf94946bab7238b9e9e5770
Message:

Renamed the arguments for clearity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/target.py

    r443 r445  
    2121Import of the upstream sources from 
    2222 
    23   Repository: %(repository)s 
    24   Module:     %(module)s 
     23  Repository: %(source_repository)s 
     24  Module:     %(source_module)s 
    2525  Revision:   %(revision)s 
    2626""" 
     
    316316        raise "%s should override this method" % self.__class__ 
    317317 
    318     def initializeNewWorkingDir(self, root, repository, module, subdir, 
    319                                 changeset, initial): 
     318    def initializeNewWorkingDir(self, root, source_repository, 
     319                                source_module, subdir, changeset, initial): 
    320320        """ 
    321321        Initialize a new working directory, just extracted from 
     
    323323        """ 
    324324 
    325         self._initializeWorkingDir(root, repository, module, subdir) 
     325        self._initializeWorkingDir(root, source_repository, source_module, 
     326                                   subdir) 
    326327        revision = changeset.revision 
    327328        if initial: 
Note: See TracChangeset for help on using the changeset viewer.