Changeset 426 in tailor for vcpx/session.py


Ignore:
Timestamp:
07/25/05 23:40:28 (8 years ago)
Author:
lele@…
Hash name:
20050725214028-97f81-36aa171e639fa273afa4c08dc92c6b7f416b62dc
Message:

Use the last applied patch timestamp for the bootstrap date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/session.py

    r418 r426  
    499499 
    500500        try: 
    501             self.source_revision = dwd.checkoutUpstreamRevision( 
     501            actual = dwd.checkoutUpstreamRevision( 
    502502                self.current_directory, self.source_repository, 
    503503                self.source_module, revision, 
     
    506506            self.__err('Checkout failed', True) 
    507507            return 
     508 
     509        self.source_revision = actual.revision 
    508510         
    509511        self.writeStateFile() 
     
    514516                                        self.source_module, 
    515517                                        self.sub_directory, 
    516                                         self.source_revision) 
     518                                        actual) 
    517519        except: 
    518520            self.__err('Working copy initialization failed', True) 
Note: See TracChangeset for help on using the changeset viewer.