Changeset 343 in tailor


Ignore:
Timestamp:
06/01/05 14:33:47 (8 years ago)
Author:
lele@…
Hash name:
20050601123347-97f81-bba0daf2e67d48996b34bf50cfe0e09901718355
Message:

The update command executes a bootstrap if it is not yet done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/session.py

    r342 r343  
    543543                 
    544544        if self.source_revision is None: 
    545             self.__err("Not yet bootstrapped!\n") 
    546             return 
     545            return self.do_bootstrap(None) 
    547546         
    548547        if self.sub_directory: 
Note: See TracChangeset for help on using the changeset viewer.