Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > 27647990744ebd9cfe32398f37f67e20 > files > 2820

bzr-2.6.0-11.1.mga5.i586.rpm

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.