# File lib/bat.rb, line 462
        def commit
            cder
            %x[bzr commit]
            cder(@pwd)
        end