1360
1416
help="refuse to commit if there are unknown "
1361
1417
"files in the working tree."),
1363
1425
aliases = ['ci', 'checkin']
1365
1427
def run(self, message=None, file=None, verbose=True, selected_list=None,
1367
1429
from bzrlib.errors import (PointlessCommit, ConflictsInTree,
1369
1431
from bzrlib.msgeditor import edit_commit_message, \