[Webkit-unassigned] [Bug 48527] commit-log-editor uses full paths for section headers when using msysgit's Perl and multiple ChangeLogs have been edited

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 29 07:32:46 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48527





--- Comment #5 from Adam Roben (aroben) <aroben at apple.com>  2010-10-29 07:32:46 PST ---
(In reply to comment #4)
> What are $changeLog and $topLevel set to when this line of code is run?
> 
>     $changeLog = File::Spec->abs2rel(File::Spec->rel2abs($changeLog), $topLevel);

$changeLog is "WebKit2/ChangeLog"
$topLevel is "."
File::Spec->rel2abs($changeLog) is "h:/cyghome/dev/WebKit/OpenSource/WebKit2/ChangeLog"
File::Spec->abs2rel(File::Spec->rel2abs($changeLog), $topLevel) is "h:/cyghome/dev/WebKit/OpenSource/WebKit2/ChangeLog"

It's rel2abs that's going screwy. Like I said, I can't reproduce this result with the simple script from comment 3.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list