tests: document behavior of indent() with empty first line...
tests: document behavior of indent() with empty first line
indent() is documented to indent all non-empty lines, but it still
indents the first line even if it's empty. Let's have tests for that.
Differential Revision:
https://phab.mercurial-scm.org/D7431