Changeset 369 in tailor for vcpx/session.py
- Timestamp:
- 06/13/05 18:00:50 (8 years ago)
- Hash name:
- 20050613160050-97f81-a1b98f9f074f135efe6159315969c2c66dfbf422
- File:
-
- 1 edited
-
vcpx/session.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/session.py
r368 r369 580 580 from dualwd import DualWorkingDir 581 581 from os.path import join, split 582 from source import GetUpstreamChangesetsFailure 582 583 583 584 if not self.state_file: … … 612 613 self.source_module, 613 614 self.source_revision) 615 except GetUpstreamChangesetsFailure, exc: 616 self.__err('Unable to collect upstream changes from %s: %s' % 617 (self.source_repository, exc)) 618 return 614 619 except KeyboardInterrupt: 615 620 if self.logger:
Note: See TracChangeset
for help on using the changeset viewer.
