Mercurial > public > mercurial-scm > hg-stable
diff mercurial/util.py @ 7644:182b7114d35a
error: move SignalInterrupt
now derived from KeyboardInterrupt to simplify catches
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 12 Jan 2009 11:48:05 -0600 |
parents | d2f753830f80 |
children | e62a456b8dc5 |
line wrap: on
line diff
--- a/mercurial/util.py Mon Jan 12 11:39:38 2009 -0600 +++ b/mercurial/util.py Mon Jan 12 11:48:05 2009 -0600 @@ -185,9 +185,6 @@ "%b %Y", ) -class SignalInterrupt(Exception): - """Exception raised on SIGTERM and SIGHUP.""" - # differences from SafeConfigParser: # - case-sensitive keys # - allows values that are not strings (this means that you may not