mercurial/repo.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 27 Jan 2006 12:15:39 +0100
changeset 1643 747c8d03bd29
parent 1089 142b5d5ec9cc
child 2612 ffb895f16925
permissions -rw-r--r--
bash_completion: ignore hg help error messages They are usually not useful when you're completing stuff and end up cluttering the screen.

# 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