Sophie

Sophie

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

bzr-2.7.0-6.mga7.aarch64.rpm

reconcile
=========

:Purpose: Reconcile bzr metadata in a branch.
:Usage:   bzr reconcile [BRANCH]

:Options:
  --usage               Show usage message and options.
  -q, --quiet           Only display errors and warnings.
  -v, --verbose         Display more information.
  -h, --help            Show help message.

:Description:
  This can correct data mismatches that may have been caused by
  previous ghost operations or bzr upgrades. You should only
  need to run this command if 'bzr check' or a bzr developer
  advises you to run it.
  
  If a second branch is provided, cross-branch reconciliation is
  also attempted, which will check that data like the tree root
  id which was not present in very early bzr versions is represented
  correctly in both branches.
  
  At the same time it is run it may recompress data resulting in
  a potential saving in disk space or performance gain.
  
  The branch *MUST* be on a listable system such as local disk or sftp.

:See also: :doc:`check <check-help>`