dpushΒΆ

Purpose:

Push into a different VCS without any custom bzr metadata.

Usage:

bzr dpush [LOCATION]

Options:
--remember

Remember the specified location as a default.

--strict

Refuse to push if there are uncommitted changes in the working tree, –no-strict disables the check.

-h, --help

Show help message.

-q, --quiet

Only display errors and warnings.

-d ARG, --directory=ARG
 

Branch to push from, rather than the one containing the working directory.

--usage

Show usage message and options.

--no-rebase

Do not rebase after push.

-v, --verbose

Display more information.

Description:

This will afterwards rebase the local branch on the remote branch unless the –no-rebase option is used, in which case the two branches will be out of sync after the push.

Previous topic

diff

Next topic

export

This Page