Added tag 1.6.2 for changeset
c00f03a4982e
i18n-pt_BR: synchronized with
87dcf758309d
i18n-sv: synchronized with
56b41b2cc690
color: call correct superclass method in write_err
Without this fix, any calls to write_err would go to stdout instead of
stderr, and calls during pushbuffer would cause unpack ValueErrors on
popbuffer.
qfinish: fix range logic for --applied
qbase:qtip can include non-mq csets, use qbase::qtip instead
record: count lines changed as the number of lines added or removed
per "record" hunk
Record deals in hunks which are tighter than traditional patch hunks,
really only a single run of additions/removals. Another addition, even a
line after a fixed line is treated as a new hunk by record.