git-svn: remove ad-hoc canonicalizations
[ew: commit title] Signed-off-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:

committed by
Eric Wong

parent
705b49cb81
commit
5eaa1fd086
@ -460,7 +460,6 @@ sub new {
|
||||
}
|
||||
{
|
||||
my $path = $self->path;
|
||||
$path =~ s{/+}{/}g;
|
||||
$path =~ s{\A/}{};
|
||||
$path =~ s{/\z}{};
|
||||
$self->path($path);
|
||||
|
Reference in New Issue
Block a user