Changeset 575 in tailor


Ignore:
Timestamp:
08/15/05 18:27:42 (8 years ago)
Author:
lele@…
Hash name:
20050815162742-97f81-83e2d075eaf55a129b4d6604adc1310679270310
Message:

Catch KeyboardInterrupt? in apply

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/project.py

    r545 r575  
    246246                last, conflicts = dwd.applyPendingChangesets( 
    247247                    applyable=self._applyable, applied=self._applied) 
     248            except KeyboardInterrupt: 
     249                self.log_info("Leaving '%s' incomplete, stopped by user" % 
     250                              self.name) 
     251                return 
    248252            except: 
    249253                self.log_error('Upstream change application failed', True) 
Note: See TracChangeset for help on using the changeset viewer.