1389
1389
help="refuse to commit if there are unknown "
1390
1390
"files in the working tree."),
1392
1398
aliases = ['ci', 'checkin']
1394
1400
def run(self, message=None, file=None, verbose=True, selected_list=None,
1396
1402
from bzrlib.errors import (PointlessCommit, ConflictsInTree,
1398
1404
from bzrlib.msgeditor import edit_commit_message, \