Capture the KeyboardInterrupt exception
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 27 Oct 2005 19:47:25 +0000 (20:47 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 27 Oct 2005 19:47:25 +0000 (20:47 +0100)
commit4d9fc826b24e49648bc976b41bbd1038f9c3f07c
tree9887d47a12cf665073dc6d38c260c8a3223e52dd
parent5f9ce58710eac055cc4513329c1472ea9b5e1074
Capture the KeyboardInterrupt exception

This is to avoid a stack back-trace when a command is interrupted by the
user.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/main.py