i18n-ru: synchronized with
c0b2986b37b8; public phase name changed
i18n-pt_BR: synchronized with
c0b2986b37b8
qpush: avoid trying to manage existing history (
issue2218)
bundlerepo: try to find containing repo on creation (
issue1812)
pull: return 1 when no changes found (BC)
Currently we have the following return codes if nothing is found:
commit incoming outgoing pull push
intended 1 1 1 1 1
documented 1 1 1 0 1
actual 1 1 1 0 1
This makes pull agree with the rest of the table and makes it easy to
detect "nothing was pulled" in scripts.
push: don't treat bookmark as a found change
Treating bookmarks as a found change results in confusing
documentation or output and is less useful for scripting.