Added signature for changeset
2aa5b51f310f
Added tag 2.1 for changeset
2aa5b51f310f
phases: don't complain if cset is already public on pushkey (
issue3230)
i18n-pt_BR: synchronized with
140b6282ac79
mq: prevent rewriting operation on public changeset
The following operation are denied if the mq changeset is public
* qrefresh
* qpop
* qfold
note: qimport was already denied.
i18n-ja: synchronized with
0f99e709ce08
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.