Changeset 445 in tailor
- Timestamp:
- 07/30/05 01:38:52 (8 years ago)
- Hash name:
- 20050729233852-97f81-3e0451652cd46a00fdf94946bab7238b9e9e5770
- File:
-
- 1 edited
-
vcpx/target.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/target.py
r443 r445 21 21 Import of the upstream sources from 22 22 23 Repository: %( repository)s24 Module: %( module)s23 Repository: %(source_repository)s 24 Module: %(source_module)s 25 25 Revision: %(revision)s 26 26 """ … … 316 316 raise "%s should override this method" % self.__class__ 317 317 318 def initializeNewWorkingDir(self, root, repository, module, subdir,319 changeset, initial):318 def initializeNewWorkingDir(self, root, source_repository, 319 source_module, subdir, changeset, initial): 320 320 """ 321 321 Initialize a new working directory, just extracted from … … 323 323 """ 324 324 325 self._initializeWorkingDir(root, repository, module, subdir) 325 self._initializeWorkingDir(root, source_repository, source_module, 326 subdir) 326 327 revision = changeset.revision 327 328 if initial:
Note: See TracChangeset
for help on using the changeset viewer.
