Liip\RMT\VCS\Hg::publishChanges PHP Method

publishChanges() public method

public publishChanges ( $remote = null )
    public function publishChanges($remote = null)
    {
        $remote = $remote === null ? 'default' : $remote;
        $this->executeHgCommand("push {$remote}");
    }