i18n-ja: synchronized with
f582fa1167f7
i18n-pt_BR: synchronized with
dccbf52ffe9f
log: do not use exact matcher for --patch --follow without file (
issue4319)
e2530d4a47c1 is valid only if file argument is specified. If no pattern
specified, it can simply fall back to the original matcher.
qimport: record imported revs incrementally (
issue3874)
When an import fails, this doesn't lose the state for the earlier
revisions.
i18n-ja: synchronized with
838025b15925
help: always show command help with -h (
issue4240)
Old behavior:
hg help x hg x -h hg help -e x hg help -c x
config topic topic (!) - cmd
showconfig cmd topic (!) - cmd
rebase cmd cmd ext cmd
New behavior:
hg help x hg x -h hg help -e x hg help -c x
config topic cmd - cmd
showconfig cmd cmd - cmd
rebase cmd cmd ext cmd