Git::SVN: use accessors internally for path
commit5578ed744ddcf4e43d4fffa40fe3c76e38a91d11
authorMichael G. Schwern <schwern@pobox.com>
Fri, 27 Jul 2012 20:00:48 +0000 (27 13:00 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 2 Aug 2012 21:42:45 +0000 (2 21:42 +0000)
treee27643b2925c53a155ac0688edaf5fab5cc6197c
parent05a20c87abd08441c98dfcca0606bc0f8432ab26
Git::SVN: use accessors internally for path

Then later it can be canonicalized automatically rather than everywhere
its used.

Later patch will make other things use it.

[ew: commit title, reformatted accessor to match existing style]

Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Git/SVN.pm