Git::SVN: use accessor for URLs internally
commit06ee19e8e5401e90d3b8e60bcee4b25e7b49efc5
authorMichael G. Schwern <schwern@pobox.com>
Fri, 27 Jul 2012 20:00:49 +0000 (27 13:00 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 2 Aug 2012 21:42:47 +0000 (2 21:42 +0000)
treeb7e48ddfc357385369469e51c8a1572a2944c1b4
parent5578ed744ddcf4e43d4fffa40fe3c76e38a91d11
Git::SVN: use accessor for URLs internally

So later it can do automatic canonicalization.

A later patch will make other things use the accessor.

No functional change here.

[ew: commit title]
Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Git/SVN.pm