peer-or-repo: stop relying on AttributeError in `islocal`
This will confused pytypes in a future changeset.
repo-or-peer: deprecate calling `islocal` on non-path object
There object have a `.local()` method and should use it.
tests: add the missing space to test-hghave.t (
issue6762)
log() in run-tests.py add a space to the end of all messages that it prints,
and I missed this fact in my previous patch.