1273
1273
raise BzrCommandError("Commit refused because there are unknown "
1274
1274
"files in the working tree.")
1275
1275
note('Committed revision %d.' % (tree.branch.revno(),))
1278
1278
class cmd_check(Command):
1279
1279
"""Validate consistency of branch history.