Hey all, I'd like code review for: 502 hg-active should do something more tasteful with KeyboardInterrupt
http://cr.opensolaris.org/~richlowe/scm_502 The vast majority of the change is moving the logic into main(), so sadly the diff is pretty noisy. The actual changes: - avoid shadowing 'repo' (a nit) - top-level-comment -> docstring - catch KeyboardInterrupt, and exit 1, rather than letting it traceback. Thanks, -- Rich