Provide reasonable defaults in get_remote_repositories.
Review Request #5897 — Created May 29, 2014 and submitted — Latest diff uploaded
get_remote_repositories() can now be called without passing any
information. Subclasses are expected to provide reasonable defaults,
like the account's username for the `owner` parameter.
Tested by hand.
Unit tests pass.