git-restack/git_review/tests
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
..
__init__.py Prefer git-config over git-review config files 2014-11-17 20:36:37 +01:00
prepare.py Implement integration tests. 2013-08-15 21:08:08 +00:00
test_git_review.py get_remote_url(): honor any "url.<base>.insteadOf" config setting 2014-11-26 14:32:45 +01:00
test_unit.py Prefer git-config over git-review config files 2014-11-17 20:36:37 +01:00
utils.py Wrap exceptions that occur while running external process 2014-02-13 13:46:44 +04:00