mercurial/repo.py
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 14 Jun 2006 21:53:42 +0200
changeset 2431 d90a9d7c7d4d
parent 1089 142b5d5ec9cc
child 2612 ffb895f16925
permissions -rw-r--r--
replace old-http:// syntax by static-http:// and deprecate the redundant hg://

# repo.py - repository base classes for mercurial
#
# Copyright 2005 Matt Mackall <mpm@selenic.com>
#
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.

class RepoError(Exception): pass