git-svn: remove ad-hoc canonicalizations

[ew: commit title]

Signed-off-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
Michael G. Schwern
2012-07-28 02:47:52 -07:00
committed by Eric Wong
parent 705b49cb81
commit 5eaa1fd086
2 changed files with 4 additions and 5 deletions

View File

@ -460,7 +460,6 @@ sub new {
}
{
my $path = $self->path;
$path =~ s{/+}{/}g;
$path =~ s{\A/}{};
$path =~ s{/\z}{};
$self->path($path);