mercurial/error.py
changeset 8225 46293a0c7e9f
parent 8144 fca54469480e
child 8226 8b2cd04a6e97
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     3 
     3 
     4 This allows us to catch exceptions at higher levels without forcing imports
     4 This allows us to catch exceptions at higher levels without forcing imports
     5 
     5 
     6 Copyright 2005-2008 Matt Mackall <mpm@selenic.com>
     6 Copyright 2005-2008 Matt Mackall <mpm@selenic.com>
     7 
     7 
     8 This software may be used and distributed according to the terms
     8 This software may be used and distributed according to the terms of the
     9 of the GNU General Public License, incorporated herein by reference.
     9 GNU General Public License version 2, incorporated herein by reference.
    10 """
    10 """
    11 
    11 
    12 # Do not import anything here, please
    12 # Do not import anything here, please
    13 
    13 
    14 class RevlogError(Exception):
    14 class RevlogError(Exception):