# File lib/bat.rb, line 474
        def push
            cder
            %x[bzr push #{@branch}]
            cder(@pwd)
        end