15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21
22
from bzrlib.errors import BzrCommandError as CommandError
24
24
class CommandError(Exception):
51
30
class NotCheckout(CommandError):
52
31
"""Specified path is not a checkout."""