mercurial/repo.py
author Shun-ichi GOTO <shunichi.goto@gmail.com>
Wed, 15 Mar 2006 06:39:04 +0100
changeset 1955 2f500a4b6e99
parent 1089 142b5d5ec9cc
child 2612 ffb895f16925
permissions -rw-r--r--
Fix the py2exe template path problem (issue:152) again. This patch is same with 1834:24881eaebee3 which is leaved behind by 1897:58b6784cf9f1.

# 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