Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 7e647d9940d31b34c253e6f71c416c4b > files > 2907

bzr-2.7.0-6.mga7.aarch64.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.