largefiles: fix largefiles+subrepo update (
issue3752)
Override updaterepo() instead of individual methods that may not be called for
each subrepo. Add test.
Based on patch from Matt Harbison.
Changes the order of update-related messages (now largefiles comes before the
global status).
i18n-pt_BR: synchronized with
f5fbe15ca744
merge: only sort manifests in debug mode (
issue3769)
Added signature for changeset
f5fbe15ca744
Added tag 2.5-rc for changeset
f5fbe15ca744
branchmap: display filtername when `updatebranch` fails to do its jobs
We have a very handy assert at the ends of `branchmap.updatecache` that check
the resulting branchmap is actually valid.
I know we do not like assert in mercurial but this one is very handy for
debugging. There is really not reason for `branchmap.updatecache` to have this
kind of issue but this happened and handful of time during the development of
this or introduction of other related feature. I advice to keep it around until
we are a bit more confident with the new code.