mercurial/repo.py
changeset 2859 345bac2bc4ec
parent 2612 ffb895f16925
child 3224 5b7ed414affb
equal deleted inserted replaced
2858:c9b08cacf983 2859:345bac2bc4ec
     1 # repo.py - repository base classes for mercurial
     1 # repo.py - repository base classes for mercurial
     2 #
     2 #
     3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
       
     4 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     4 #
     5 #
     5 # This software may be used and distributed according to the terms
     6 # This software may be used and distributed according to the terms
     6 # of the GNU General Public License, incorporated herein by reference.
     7 # of the GNU General Public License, incorporated herein by reference.
     7 
     8 
     8 class RepoError(Exception):
     9 class RepoError(Exception):