Revision 36c68ff1

b/lib/cli.py
459 459
  except errors.LockError, err:
460 460
    logger.ToStderr(str(err))
461 461
    return 1
462
  except KeyboardInterrupt:
463
    logger.ToStderr("Aborting.")
464
    return 1
462 465

  
463 466
  if old_cmdline:
464 467
    logger.Info("run with arguments '%s'" % old_cmdline)

Also available in: Unified diff