Git::SVN: rename private path field
commit52de6fa2c7ac26a67027e715d45771cb908eb77c
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 17 Sep 2012 09:13:31 +0000 (17 02:13 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 5 Oct 2012 22:48:12 +0000 (5 22:48 +0000)
treefe25cc65697dddff611ecffd25e9c3cfbaa2019c
parentf3045919d148b443158d2b64a5a73375286514c1
Git::SVN: rename private path field

All users of $gs->{path} should have been converted to use the
accessor by now.  Check our work by renaming the underlying variable
to break callers that try to use it directly.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Git/SVN.pm