mercurial/util.py
changeset 7644 182b7114d35a
parent 7641 d2f753830f80
child 7646 e62a456b8dc5
equal deleted inserted replaced
7643:9a1ea6587557 7644:182b7114d35a
   182     "%Y",
   182     "%Y",
   183     "%Y-%m",
   183     "%Y-%m",
   184     "%b",
   184     "%b",
   185     "%b %Y",
   185     "%b %Y",
   186     )
   186     )
   187 
       
   188 class SignalInterrupt(Exception):
       
   189     """Exception raised on SIGTERM and SIGHUP."""
       
   190 
   187 
   191 # differences from SafeConfigParser:
   188 # differences from SafeConfigParser:
   192 # - case-sensitive keys
   189 # - case-sensitive keys
   193 # - allows values that are not strings (this means that you may not
   190 # - allows values that are not strings (this means that you may not
   194 #   be able to save the configuration to a file)
   191 #   be able to save the configuration to a file)