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