eol: fix missing trailing newlines in comitted files
Some text editors (Eclipse, for example) do not add trailing newlines,
so diffs often contain annoying "\ No newline at the end of file".
This patch to eol extension simply adds trailing newline on commit.
revsets: actually catch type error on tip^p1(tip) (
issue2884)
The previous commit was empty.
hgcia: Set default value of strip to -1 (
issue2891)
For backward compatibility the root path of the repository is not
displayed unless the user has specified an explicit strip value.
commands: improve help for -y/--noninteractive
Before, the help text said that Mercurial would assume 'yes' for all
prompts, but this is confusing since many prompts don't have any 'yes'
choice. It now more accurately describes what will happen.