263
263
class PointlessCommit(BzrNewError):
264
264
"""No changes to commit"""
266
271
class StrictCommitFailed(Exception):
267
272
"""Commit refused because there are unknowns in the tree."""
269
275
class NoSuchRevision(BzrError):
270
276
def __init__(self, branch, revision):