templates: do not add "ago" twice
After
1d75c683ada1, "ago" is added by the ago template filter.
mq: Do not translate import message that are appended to commits.
We should not translate the "imported patch" message. The translated message
confuses the detection whether the user has not updated the commit message yet.
We try to avoid to translate generated commit messages.
subrepo: handle svn externals and meta changes (
issue1982)
- Detect changes to meta on regular and external entries
- Do not try to commit external entries
subrepo: svn xml output is much easier to parse
That's especially true with status flags: there are different fields and values
for regular changes, meta changes, externals changes and externals meta
changes.
subrepo: make svn use C locale for portability
My reasons to do
c2e2a5e6c36b were wrong. We want to have non-localized svn
output while preserving current locale for input arguments and svn internals.
This is achieved by setting LC_MESSAGE=C.