mercurial/error.py
branchstable
changeset 10263 25e572394f5c
parent 9423 1444a42f6052
child 11287 b901bb751999
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     1 # error.py - Mercurial exceptions
     1 # error.py - Mercurial exceptions
     2 #
     2 #
     3 # Copyright 2005-2008 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005-2008 Matt Mackall <mpm@selenic.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2 or any later version.
     7 
     7 
     8 """Mercurial exceptions.
     8 """Mercurial exceptions.
     9 
     9 
    10 This allows us to catch exceptions at higher levels without forcing
    10 This allows us to catch exceptions at higher levels without forcing
    11 imports.
    11 imports.