view mercurial/repo.py @ 2587:fe3e87358b47

darcs2hg: pause and resume support, date extraction from commit hash, does not break on empty commits
author Sébastien Pierre <sebastien@xprima.com>
date Mon, 10 Jul 2006 12:19:37 -0400
parents 142b5d5ec9cc
children ffb895f16925
line wrap: on
line source

# 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