git-restack/git_review
JC Delay c87ff1a8e1 get_remote_url(): honor any "url.<base>.insteadOf" config setting
git-review retrieved the remote URL based on the output of git-config.
However, contrary to the previous implementation based on
git-remote-show, git-config does not expand the URL of the given remote
taking into account any "url.<base>.insteadOf" config setting.

This change adds the necessary circuitry to expand URLs.
It also adds a regression test.

Change-Id: I826251aaf85d1b1e8bb2b4562e4b65025a7091b9
Closes-Bug: #1348634
2014-11-26 14:32:45 +01:00
..
tests get_remote_url(): honor any "url.<base>.insteadOf" config setting 2014-11-26 14:32:45 +01:00
__init__.py Migrate to pbr. 2013-08-15 20:42:37 +00:00
cmd.py get_remote_url(): honor any "url.<base>.insteadOf" config setting 2014-11-26 14:32:45 +01:00